Schema
planning_applications
| Name | Datatype | Relation |
|---|---|---|
| id | integer | - |
| reference | string | - |
| area | string | - |
| description | string | - |
| received_at | datetime | - |
| created_at | datetime | - |
| updated_at | datetime | - |
| assessor | string | - |
| decision | string | - |
| decision_issued_at | datetime | - |
| local_authority_id | integer | local_authorities.id |
| view_documents | string | - |
| application_type | string | - |
| reviewer | string | - |
| validated_at | datetime | - |
| created_at | datetime | - |
| updated_at | datetime | - |
| view_documents | string | - |
| application_type_code | string | - |