_999.interface_messaging_logs_map
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| imlm_id | int(11) | NO | PRI | auto_increment | ||
| imlm_iml_id | int(11) | NO | 0 | ID of associated interface_messaging_logs row | ||
| imlm_mdl_id | int(11) | NO | 0 | The model id the entry is associated with | ||
| imlm_mdl_row_id | int(11) | NO | 0 | The row id in the table of the assocaited model for the entry | ||
| imlm_created | datetime | YES | CURRENT_TIMESTAMP | |||
| imlm_modified | datetime | YES | CURRENT_TIMESTAMP |
References
| Local Column | References |
|---|