facebook_accounts
FacebookAccount 모델 데이터
| Column name | Type | Index | Description |
|---|---|---|---|
| id | bigint(20) unsigned auto_increment | Primary Key | |
| user_id | bigint(20) unsigned | Unique |
FacebookAccount belongsTo(User) relation key 페이스북 계정이 연관된 사용자 모델 id |
| facebook_id | bigint(20) unsigned | Unique | Facebook 사용자 id |
| created_at | timestamp nullable | ||
| updated_at | timestamp nullable |