term_user


Columns

Column Type Size Nulls Auto Default Children Parents Comments
account_id INT UNSIGNED 10 null
accounts.id term_user_account_id_foreign C
user_id INT UNSIGNED 10 null
users.id term_user_user_id_foreign C
term_id INT UNSIGNED 10 null
terms.id term_user_term_id_foreign C
ip_address VARCHAR 255 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
term_user_account_id_foreign Performance Asc account_id
term_user_term_id_foreign Performance Asc term_id
term_user_user_id_foreign Performance Asc user_id

Relationships