Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||
activity_id | INT | 10 | √ | null |
|
|
||
bucket_name | VARCHAR | 255 | √ | null |
|
|
||
file_name | VARCHAR | 255 | √ | null |
|
|
||
file_type | VARCHAR | 255 | √ | null |
|
|
||
design_progress | INT | 10 | √ | null |
|
|
||
file_information | VARCHAR | 255 | √ | null |
|
|
||
created_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
|||
updated_at | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |