image_attachment_caption_editables
ImageAttachment Caption editable 데이터
픽토리얼 포스트의 사진 캡션 임시 데이터
| Column name | Type | Index | Description |
|---|---|---|---|
| id | int(10) unsigned auto_increment | Primary Key | |
| image_attachment_id | bigint(20) unsigned | Index |
ImageAttachmentCaption이 연관된 ImageAttachment 모델 id ImageAttachmentCaption belongsTo(ImageAttachment) relation key |
| text | text utf8mb4_unicode_ci | Caption 내용 | |
| created_at | timestamp nullable | ||
| updated_at | timestamp nullable |