l_r_board_action_src_reason
6 rows
This data as json, CSV (advanced)
| Link | action_source | received_reason |
|---|---|---|
| MOTAC,EXCEP | MOTAC | Exceptions Filed EXCEP |
| MOTAC,MOTRE | MOTAC | Motion for Reconsideration MOTRE |
| MOTAC,RCON | MOTAC | Consolidated R Case RCON |
| RRRUL,EXCEP | RRRUL | Exceptions Filed EXCEP |
| RRRUL,RCON | RRRUL | Consolidated R Case RCON |
| RRRUL,RRFIL | RRRUL | Request for Review RRFIL |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "l_r_board_action_src_reason" (
[action_source] text,
[received_reason] text,
PRIMARY KEY ([action_source],[received_reason]),
FOREIGN KEY ([received_reason]) REFERENCES[l_r_board_received_reason] ([received_reason])
);