hash_tags
HashTag 모델 데이터
| Column name | Type | Index | Description |
|---|---|---|---|
| id | bigint(20) unsigned auto_increment | Primary Key | |
| name | varchar(255) utf8mb4_unicode_ci | Unique | HashTag 이름 (prefixed with "#") |
| created_at | timestamp nullable | ||
| updated_at | timestamp nullable |
| Column name | Type | Index | Description |
|---|---|---|---|
| id | bigint(20) unsigned auto_increment | Primary Key | |
| name | varchar(255) utf8mb4_unicode_ci | Unique | HashTag 이름 (prefixed with "#") |
| created_at | timestamp nullable | ||
| updated_at | timestamp nullable |