l_c_inj_court_order_typ
4 rows
| court_order_type | description |
|---|---|
| Other | Other |
| PrInj | Preliminary Injunction |
| TRO | Temporary Restraining Order |
Table schema
CREATE TABLE l_c_inj_court_order_typ(court_order_type VARCHAR, description VARCHAR);
| court_order_type | description |
|---|---|
| Other | Other |
| PrInj | Preliminary Injunction |
| TRO | Temporary Restraining Order |
CREATE TABLE l_c_inj_court_order_typ(court_order_type VARCHAR, description VARCHAR);