common.file_meta_types
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| fmt_id | int(11) | NO | PRI | auto_increment | ||
| fmt_type | varchar(100) | NO | UNI | |||
| fmt_desc | text | NO | ||||
| fmt_cs_id | int(11) | YES | MUL | Coding systems id | ||
| fmt_code | varchar(128) | YES | Format code | |||
| fmt_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| fmt_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| fmt_id |
|