Fields (9)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| type | varchar(255) | NO | NULL | ||
| rule_id | binary(16) | NO | MUL | NULL | |
| parent_id | binary(16) | YES | MUL | NULL | |
| value | longtext | YES | NULL | ||
| position | int(11) | NO | 0 | ||
| custom_fields | longtext | YES | NULL | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (3)
| Name | Columns | Unique |
|---|---|---|
| fk.rule_condition.parent_id | parent_id | No |
| fk.rule_condition.rule_id | rule_id | No |
| PRIMARY | id | Yes |