l_c_app_court_act_type
4 rows
| court_action_type | description |
|---|---|
| CrtDe | Circuit Court Decision |
| Other | Other |
| SpecR | Special Master's Recommendation |
| Withd | Withdrawal |
Table schema
CREATE TABLE l_c_app_court_act_type(court_action_type VARCHAR, description VARCHAR);