Table bety.public.models
Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('models_id_seq'::regclass)
model_name varchar 255  √   χ  null
model_path varchar 255  √   χ  null
revision varchar 255  √   χ  null
parent_id int4 10  √   χ  null models.id
created_at timestamp 29,6  √   χ  null
updated_at timestamp 29,6  √   χ  null
model_type varchar 255  √   χ  null
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc models_pkey
parent_id Performance Asc index_models_on_parent_id