l_injunction_motion_type
5 rows
| motion_type | description |
|---|---|
| 1 | Motion to Dismiss |
| 2 | Motion to Quash Subpoena |
| 3 | Motion to Postpone |
| 4 | Other |
| 5 | Motion for Discovery |
Table schema
CREATE TABLE l_injunction_motion_type(motion_type BIGINT, description VARCHAR);
| motion_type | description |
|---|---|
| 1 | Motion to Dismiss |
| 2 | Motion to Quash Subpoena |
| 3 | Motion to Postpone |
| 4 | Other |
| 5 | Motion for Discovery |
CREATE TABLE l_injunction_motion_type(motion_type BIGINT, description VARCHAR);