Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
|||||
| shop_id | INT | 10 | null |
|
|
||||||
| color_name | VARCHAR | 50 | null |
|
|
||||||
| color_code | VARCHAR | 20 | √ | null |
|
|
|||||
| hex_code | VARCHAR | 7 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| color_master_shop_id_fkey | Performance | Asc | shop_id |

