l_injunction_brief_type
5 rows
| i_10l_brief_type | description |
|---|---|
| 1 | Answering Brief |
| 2 | Brief in Opposition |
| 3 | Brief in Support |
| 5 | Other |
| 4 | Memorandum of Points and Authorities |
Table schema
CREATE TABLE l_injunction_brief_type(i_10l_brief_type BIGINT, description VARCHAR);