Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
department_id | serial | 10 | √ | nextval('moped_department_department_id_seq'::regclass) |
|
|
||||
department_name | text | 2147483647 | null |
|
|
|||||
date_added | timestamp | 29,6 | now() |
|
|
|||||
department_abbreviation | text | 2147483647 | √ | null |
|
|
||||
organization_id | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
moped_department_pkey | Primary key | Asc | department_id |