Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| databaseid | serial | 10 | √ | nextval('ndb.seq_constituentdatabases_databaseid'::regclass) |
|
|
|||||||||||
| databasename | varchar | 80 | null |
|
|
||||||||||||
| contactid | int4 | 10 | √ | null |
|
|
|||||||||||
| url | varchar | 128 | √ | null |
|
|
|||||||||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
||||||||||||
| recdatemodified | timestamp | 22 | null |
|
|
||||||||||||
| description | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| constituentdatabases_pkey | Primary key | Asc | databaseid |