api_clientbinnacle


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_clientbinnacle_id_seq'::regclass)
deleted timestamptz 35,6 null
note text 2147483647 null
hour timestamptz 35,6 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
company_id int4 10 null
api_company.id api_clientbinnacle_company_id_9ca7f97b_fk_api_company_id R
employee_id int4 10 null
api_employee.id api_clientbinnacle_employee_id_cbae5b3b_fk_api_employee_id R

Indexes

Constraint Name Type Sort Column(s)
api_clientbinnacle_pkey Primary key Asc id
api_clientbinnacle_company_id_9ca7f97b Performance Asc company_id
api_clientbinnacle_employee_id_cbae5b3b Performance Asc employee_id

Relationships