Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||
date | DATETIME | 19 | √ | null |
|
|
||||
ip_address | VARCHAR | 39 | null |
|
|
|||||
user | VARCHAR | 255 | null |
|
|
|||||
object_id | INT UNSIGNED | 10 | 0 |
|
|
|||||
actions_name | VARCHAR | 255 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
fk_log_actions_actions1_idx | Performance | Asc | actions_name |