Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.circ_limit_set_copy_loc_map_id_seq'::regclass) |
|
|
|||||
| limit_set | int4 | 10 | null |
|
|
||||||
| copy_loc | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| circ_limit_set_copy_loc_map_pkey | Primary key | Asc | id |
| cl_once_per_set | Must be unique | Asc/Asc | limit_set + copy_loc |
