common.data_import_value_types
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| divt_id | int(11) | NO | PRI | auto_increment | Primary key | |
| divt_type | varchar(50) | NO | MUL | Name of the value type (e.g. Gender) | ||
| divt_description | varchar(500) | NO | A description of the value type | |||
| divt_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| divt_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||||
|---|---|---|---|---|---|---|---|
| divt_id |
|