Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| construction_usage_id | VARCHAR | 255 | null |
|
|
||||||
| construction_id | VARCHAR | 255 | null |
|
|
||||||
| location_id | VARCHAR | 255 | null |
|
|
||||||
| example | TEXT | 65535 | null |
|
|
||||||
| adapted_example | TEXT | 65535 | √ | null |
|
|
|||||
| source_id | VARCHAR | 255 | null |
|
|
||||||
| year | INT | 10 | √ | null |
|
|
|||||
| certainty_id | VARCHAR | 255 | √ | null |
|
|
|||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
|||||
| deleted_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | construction_usage_id |
| construction_usages_certainty_id_foreign | Performance | Asc | certainty_id |
| construction_usages_construction_id_foreign | Performance | Asc | construction_id |
| construction_usages_location_id_foreign | Performance | Asc | location_id |
| construction_usages_source_id_foreign | Performance | Asc | source_id |

