Fields (11)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| name | varchar(500) | NO | NULL | ||
| description | longtext | YES | NULL | ||
| priority | int(11) | NO | NULL | ||
| payload | longblob | YES | NULL | ||
| invalid | tinyint(1) | NO | 0 | ||
| areas | json | YES | NULL | ||
| module_types | json | YES | NULL | ||
| custom_fields | json | YES | NULL | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (1)
| Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |