Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('config.weight_assoc_id_seq'::regclass) |
|
|
|||||
| active | bool | 1 | null |
|
|
||||||
| org_unit | int4 | 10 | null |
|
|
||||||
| circ_weights | int4 | 10 | √ | null |
|
|
|||||
| hold_weights | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| weight_assoc_pkey | Primary key | Asc | id |
| cwa_one_active_per_ou | Must be unique | Asc | org_unit |
