Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('acq.claim_policy_id_seq'::regclass) |
|
|
|||||||||||
| org_unit | int4 | 10 | null |
|
|
||||||||||||
| name | text | 2147483647 | null |
|
|
||||||||||||
| description | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| claim_policy_pkey | Primary key | Asc | id |
| name_once_per_org | Must be unique | Asc/Asc | org_unit + name |
