base_document_layout

-1 rows


Description

Company Document Layout

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('base_document_layout_id_seq'::regclass)
company_id int4 10 null
res_company.id base_document_layout_company_id_fkey C

Company

report_layout_id int4 10 null
report_layout.id base_document_layout_report_layout_id_fkey N

Report Layout

create_uid int4 10 null
res_users.id base_document_layout_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id base_document_layout_write_uid_fkey N

Last Updated by

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

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

Relationships