Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.circ_matrix_limit_set_map_id_seq'::regclass) |
|
|
|||||
| matchpoint | int4 | 10 | null |
|
|
||||||
| limit_set | int4 | 10 | null |
|
|
||||||
| fallthrough | bool | 1 | false |
|
|
||||||
| active | bool | 1 | true |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| circ_matrix_limit_set_map_pkey | Primary key | Asc | id |
| circ_limit_set_once_per_matchpoint | Must be unique | Asc/Asc | matchpoint + limit_set |
