Fields (9)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| title | varchar(500) | YES | NULL | ||
| event_name | varchar(500) | NO | MUL | NULL | |
| action_name | varchar(500) | NO | MUL | NULL | |
| config | longtext | YES | NULL | ||
| custom_fields | longtext | YES | NULL | ||
| active | tinyint(1) | NO | 1 | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (3)
| Name | Columns | Unique |
|---|---|---|
| idx.event_action.action_name | action_name | No |
| idx.event_action.event_name | event_name | No |
| PRIMARY | id | Yes |