emotions_secondary


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
emotions.emotion_secondary_id emotions_emotion_secondary_id_foreign C
emotion_primary_id INT UNSIGNED 10 null
emotions_primary.id emotions_secondary_emotion_primary_id_foreign C
name VARCHAR 255 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
emotions_secondary_emotion_primary_id_foreign Performance Asc emotion_primary_id

Relationships