Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| file_id | INT | 10 | 0 |
|
|
|||||
| file_name | CHAR | 250 | √ | null |
|
|
||||
| file_type | CHAR | 250 | √ | null |
|
|
||||
| file_size | INT | 10 | 0 |
|
|
|||||
| version | INT | 10 | √ | null |
|
|
||||
| f_mode | CHAR | 8 | √ | object |
|
|
||||
| rating | TINYINT | 3 | 0 |
|
|
|||||
| page_count | BIGINT | 19 | √ | null |
|
|
||||
| max_version | INT | 10 | √ | null |
|
|
||||
| rid | VARCHAR | 64 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | file_id |
| i1_idx | Performance | Asc | rid |


