Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('file_extensions_id_seq'::regclass) |
|
|
||||
| extension | text | 2147483647 | null |
|
|
|||||
| type_name | text | 2147483647 | √ | null |
|
|
||||
| media_type | text | 2147483647 | √ | null |
|
|
||||
| description_url | text | 2147483647 | √ | null |
|
|
||||
| created_at | timestamp | 29,6 | now() |
|
|
Indicate when the file extension was created |
||||
| updated_at | timestamp | 29,6 | now() |
|
|
Indicate when the file extension was last updated |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| file_extensions_pkey | Primary key | Asc | id |
| file_extensions_file_extension_key | Must be unique | Asc | extension |

