Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('action.non_cat_in_house_use_id_seq'::regclass) |
|
|
|||||
| item_type | int8 | 19 | null |
|
|
||||||
| staff | int4 | 10 | null |
|
|
||||||
| workstation | int4 | 10 | √ | null |
|
|
|||||
| org_unit | int4 | 10 | null |
|
|
||||||
| use_time | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| non_cat_in_house_use_pkey | Primary key | Asc | id |
| non_cat_in_house_use_staff_idx | Performance | Asc | staff |
| non_cat_in_house_use_ws_idx | Performance | Asc | workstation |
