emotion_activity


Columns

Column Type Size Nulls Auto Default Children Parents Comments
account_id INT UNSIGNED 10 null
accounts.id emotion_activity_account_id_foreign C
activity_id INT UNSIGNED 10 null
activities.id emotion_activity_activity_id_foreign C
emotion_id INT UNSIGNED 10 null
emotions.id emotion_activity_emotion_id_foreign C
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
emotion_activity_account_id_foreign Performance Asc account_id
emotion_activity_activity_id_foreign Performance Asc activity_id
emotion_activity_emotion_id_foreign Performance Asc emotion_id

Relationships