fashion_item_categories

패션 아이템 카테고리 데이터

Column name Type Index Description
id int(10) unsigned auto_increment Primary Key
parent_id int(10) unsigned default 0 FashionItemCategory belongsTo(FashionItemCategory) relation key
상위 패션 아이템 카테고리 id
name varchar(255) utf8mb4_unicode_ci FashionItemCategory 이름
created_at timestamp nullable
updated_at timestamp nullable