Fields (7)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| currency_id | binary(16) | NO | MUL | NULL | |
| country_id | binary(16) | NO | MUL | NULL | |
| item_rounding | json | NO | NULL | ||
| total_rounding | json | NO | NULL | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (3)
| Name | Columns | Unique |
|---|---|---|
| country_id | country_id | No |
| currency_id | currency_id | No |
| PRIMARY | id | Yes |