_8.data_import_history
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| dih_id | int(11) | NO | PRI | auto_increment | ||
| dih_cus_id | int(11) | NO | Customer ID # | |||
| dih_cli_id | int(11) | NO | MUL | Client ID # | ||
| dih_mdl_id | int(11) | NO | MUL | Mapped concept (see common.models table) | ||
| dih_internal_id | int(11) | NO | MUL | Internal Azalea ID, for example pip_id, pat_id, etc. | ||
| dih_external_id | varchar(128) | YES | MUL | The external ID associated to the record from the migration, optional | ||
| dih_modified | timestamp | YES | CURRENT_TIMESTAMP | MUL | on update CURRENT_TIMESTAMP | |
| dih_created | timestamp | YES | CURRENT_TIMESTAMP | MUL |
References
| Local Column | References |
|---|