Fields (9)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| sales_channel_id | binary(16) | NO | MUL | NULL | |
| language_id | binary(16) | NO | NULL | ||
| url | varchar(255) | NO | UNI | NULL | |
| currency_id | binary(16) | NO | MUL | NULL | |
| snippet_set_id | binary(16) | NO | MUL | NULL | |
| custom_fields | longtext | YES | NULL | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (5)
| Name | Columns | Unique |
|---|---|---|
| fk.sales_channel_domain.currency_id | currency_id | No |
| fk.sales_channel_domain.language_id | sales_channel_id,language_id | No |
| fk.sales_channel_domain.snippet_set_id | snippet_set_id | No |
| PRIMARY | id | Yes |
| uniq.sales_channel_domain.url | url | Yes |