relationship_type_groups


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
relationship_types.relationship_type_group_id relationship_types_relationship_type_group_id_foreign C
account_id INT UNSIGNED 10 null
accounts.id relationship_type_groups_account_id_foreign C
name VARCHAR 255 null
delible BIT 1 0
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
relationship_type_groups_account_id_name_index Performance Asc/Asc account_id + name

Relationships