pet_categories


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
pets.pet_category_id pets_pet_category_id_foreign C
name VARCHAR 255 null
is_common BIT 1 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

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

Relationships