l_c_complaint_reason
5 rows
| reason_for_withdrawal | description |
|---|---|
| 1 | Further investigation |
| 2 | Case to be deferred |
| 3 | Allegations adjusted |
| 4 | Charge to be dismissed |
| 5 | Other |
Table schema
CREATE TABLE l_c_complaint_reason(reason_for_withdrawal BIGINT, description VARCHAR);