Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('actor.workstation_id_seq'::regclass) |
|
|
|||||||||||||||||||||||||||||||||||||||||
| name | text | 2147483647 | null |
|
|
||||||||||||||||||||||||||||||||||||||||||
| owning_lib | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| workstation_pkey | Primary key | Asc | id |
| workstation_name_key | Must be unique | Asc | name |
