l_c_enf_court_act_type
7 rows
| court_action_type | description |
|---|---|
| CnDcr | Entry of Consent Judgment |
| Judge | Judgment |
| Mandt | Mandate |
| OpRhg | Opinion on rehearing/reconsideration |
| Opini | Opinion |
| Order | Order granting request to withdraw/dism |
| SumEn | Entry of Summary Enforcement |
Table schema
CREATE TABLE l_c_enf_court_act_type(court_action_type VARCHAR, description VARCHAR);