Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| organization_type_num | serial | 10 | √ | nextval('organization_type_organization_type_num_seq'::regclass) |
|
|
||||||
| organization_type_name | varchar | 256 | null |
|
|
|||||||
| organization_type_description | varchar | 2000 | null |
|
|
|||||||
| status | int4 | 10 | √ | 1 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| organization_type_pkey | Primary key | Asc | organization_type_num |
| uc_organization_type | Must be unique | Asc | organization_type_name |



