banners
배너 데이터
| Column name | Type | Index | Description |
|---|---|---|---|
| id | int(10) unsigned auto_increment | Primary Key | |
| large_image | varchar(255) nullable utf8mb4_unicode_ci | 큰 이미지 (데스크탑 디바이스 타겟) 파일명 | |
| small_image | varchar(255) nullable utf8mb4_unicode_ci | 작은 이미지 (모바일 디바이스 타겟) 파일명 | |
| url | varchar(255) nullable utf8mb4_unicode_ci | 링크 URL | |
| target_blank | tinyint(1) default 0 |
링크 target 속성. 값이 true인 경우 target="blank" 속성 출력할 것. |
|
| view | enum('user_profile', 'snap_post', 'search_result') nullable utf8mb4_unicode_ci | 앱내 내비게이션을 위한 View 또는 Activity 이름. | |
| resource_type | enum('user','snap_post','hashtag','brand','location') nullable utf8mb4_unicode_ci | 리소스 타입 | |
| resource_id | bigint(20) unsigned nullable | 리소스 id | |
| visible | tinyint(1) default 0 | 배너 데이터 출력 여부. | |
| created_at | timestamp nullable | ||
| updated_at | timestamp nullable |