Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| community_id | VARCHAR | 36 | √ | null |
|
|
||
| type | VARCHAR | 255 | √ | null |
|
|
||
| url | VARCHAR | 1023 | √ | null |
|
|
||
| created_at | DATETIME | 19 | null |
|
|
|||
| updated_at | DATETIME | 19 | null |
|
|
|||
| deleted_at | DATETIME | 19 | √ | null |
|
|
||
| old_data_id | INT | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| fk_community_details_1_idx | Performance | Asc/Desc/Asc | community_id + created_at + deleted_at |
