Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('asset.copy_location_group_id_seq'::regclass) |
|
|
||||||||
name | text | 2147483647 | null |
|
|
|||||||||
owner | int4 | 10 | null |
|
|
|||||||||
pos | int4 | 10 | 0 |
|
|
|||||||||
top | bool | 1 | false |
|
|
|||||||||
opac_visible | bool | 1 | true |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
copy_location_group_pkey | Primary key | Asc | id |
lgroup_once_per_owner | Must be unique | Asc/Asc | owner + name |