Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('asset.stat_cat_id_seq'::regclass) |
|
|
||||||||
owner | int4 | 10 | null |
|
|
|||||||||
opac_visible | bool | 1 | false |
|
|
|||||||||
name | text | 2147483647 | null |
|
|
|||||||||
required | bool | 1 | false |
|
|
|||||||||
sip_field | bpchar | 2 | √ | null |
|
|
||||||||
sip_format | text | 2147483647 | √ | null |
|
|
||||||||
checkout_archive | bool | 1 | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
stat_cat_pkey | Primary key | Asc | id |
sc_once_per_owner | Must be unique | Asc/Asc | owner + name |