Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
The primary id. |
||||
| name | VARCHAR | 255 | null |
|
|
The name of the file type. |
|||||
| description | TEXT | 65535 | √ | null |
|
|
The description of the file type. |
||||
| created_on | DATETIME | 19 | √ | CURRENT_TIMESTAMP |
|
|
When this record was created. |
||||
| updated_on | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
When this record was last updated. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| fileresourcetype_name | Performance | Asc | name |