Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.z3950_source_credentials_id_seq'::regclass) |
|
|
|||||
| owner | int4 | 10 | null |
|
|
||||||
| source | text | 2147483647 | null |
|
|
||||||
| username | text | 2147483647 | √ | null |
|
|
|||||
| password | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| z3950_source_credentials_pkey | Primary key | Asc | id |
| czsc_source_once_per_lib | Must be unique | Asc/Asc | source + owner |
