ir_model_inherit

99 rows


Description

Model Inheritance Tree

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('ir_model_inherit_id_seq'::regclass)
model_id int4 10 null
ir_model.id ir_model_inherit_model_id_fkey C

Model

parent_id int4 10 null
ir_model.id ir_model_inherit_parent_id_fkey C

Parent

parent_field_id int4 10 null
ir_model_fields.id ir_model_inherit_parent_field_id_fkey C

Parent Field

Indexes

Constraint Name Type Sort Column(s)
ir_model_inherit_pkey Primary key Asc id
ir_model_inherit_uniq Must be unique Asc/Asc model_id + parent_id

Relationships