color_chip_relation_editables
ColorChip, ImageAttachment Relation pivot table (임시 테이블)
| Column name | Type | Index | Description |
|---|---|---|---|
| id | bigint(20) unsigned auto_increment | Primary Key | |
| color_chip_id | int(10) unsigned | Index | ColorChip 모델 id |
| image_attachment_id | bigint(20) unsigned | Index | ImageAttachment 모델 id |