hash_tag_relation_editables

HashTag relation editable 데이터

Column name Type Index Description
id bigint(20) unsigned auto_increment Primary Key
hash_tag_id bigint(20) unsigned Index, Composite unique index (hash_tag_id, tagged_model_id, tagged_model_type) HashTag model id
tagged_model_id bigint(20) unsigned Index, Composite unique index (hash_tag_id, tagged_model_id, tagged_model_type) 해시태그가 달린 모델 id
tagged_model_type varchar(255) utf8mb4_unicode_ci Index, Composite unique index (hash_tag_id, tagged_model_id, tagged_model_type) 해시태그가 달린 모델 type
created_at timestamp nullable
updated_at timestamp nullable