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 |
|
|
|||||
| employee_id | int4 | 10 | √ | null |
|
|
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 |