Fields (8)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| name | varchar(255) | NO | UNI | NULL | |
| type | varchar(255) | NO | NULL | ||
| config | longtext | YES | NULL | ||
| active | tinyint(1) | NO | 1 | ||
| set_id | binary(16) | YES | MUL | NULL | |
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (3)
| Name | Columns | Unique |
|---|---|---|
| fk.custom_field.set_id | set_id | No |
| PRIMARY | id | Yes |
| uniq.custom_field.name | name | Yes |