brands
브랜드 데이터
| Column name | Type | Index | Description |
|---|---|---|---|
| id | int(10) unsigned auto_increment | Primary Key | |
| name | varchar(255) utf8mb4_unicode_ci | 브랜드 이름 | |
| slug | varchar(255) utf8mb4_unicode_ci | unique | 브랜드 URI 슬러그 |
| intro | varchar(255) nullable utf8mb4_unicode_ci | 브랜드 소개 | |
| url | varchar(255) nullable utf8mb4_unicode_ci | 브랜드 사이트 URL | |
| created_at | timestamp nullable | ||
| updated_at | timestamp nullable |