color_chips
ColorChip 데이터
| Column name | Type | Index | Description |
|---|---|---|---|
| id | int(10) unsigned auto_increment | Primary Key | |
| code | int(10) unsigned | Index | 색상 번호 (내부 사용) |
| name | varchar(255) nullable utf8mb4_unicode_ci | 색상 이름 | |
| hexcode | varchar(255) nullable utf8mb4_unicode_ci | 색상 hex code | |
| created_at | timestamp nullable | ||
| updated_at | timestamp nullable |