callouts
Callout data table
| Column name | Type | Index | Description |
|---|---|---|---|
| id | int(10) unsigned auto_increment | Primary Key | |
| user_id | bigint(20) unsigned | Index |
Callout belongsTo(User) relation key Callout 대상이 된 사용자 id |
| source_id | bigint(20) unsigned | Index |
Callout 액션이 발생한 모델 id Callout morphTo relation key |
| source_type | varchar(255) utf8mb4_unicode_ci | Index |
Callout 액션이 발생한 모델 type Callout morphTo relation key |
| created_at | timestamp nullable | ||
| updated_at | timestamp nullable |