Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
organization_id | serial | 10 | √ | nextval('moped_organization_organization_id_seq'::regclass) |
|
|
||||||
organization_name | text | 2147483647 | null |
|
|
|||||||
organization_abbreviation | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
moped_organization_pkey | Primary key | Asc | organization_id |