custom_animal_breed

168 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('custom_animal_breed_id_seq'::regclass)
animal.custom_breed_id animal_custom_breed_id_foreign R
animal_batch.custom_breed_id animal_batch_custom_breed_id_foreign R
farm_id uuid 2147483647 null
farm.farm_id custom_animal_breed_farm_id_foreign R
default_type_id int4 10 null
default_animal_type.id custom_animal_breed_default_type_id_foreign R
custom_type_id int4 10 null
custom_animal_type.id custom_animal_breed_custom_type_id_foreign R
breed varchar 255 null
deleted bool 1 false
created_by_user_id varchar 255 '1'::character varying
users.user_id custom_animal_breed_created_by_user_id_foreign R
updated_by_user_id varchar 255 '1'::character varying
users.user_id custom_animal_breed_updated_by_user_id_foreign R
created_at timestamptz 35,6 '1999-12-31 16:00:00-08'::timestamp with time zone
updated_at timestamptz 35,6 '1999-12-31 16:00:00-08'::timestamp with time zone

Indexes

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

Relationships