Fields (6)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| promotion_id | binary(16) | NO | MUL | NULL | |
| code | varchar(255) | YES | UNI | NULL | |
| payload | longtext | YES | NULL | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (3)
| Name | Columns | Unique |
|---|---|---|
| code | code | Yes |
| idx.promotion_individual_code.promotion_id | promotion_id | No |
| PRIMARY | id | Yes |