Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aggregatedatasetid | serial | 10 | √ | nextval('ndb.seq_aggregatedatasets_aggregatedatasetid'::regclass) |
|
|
An arbitrary Aggregate Dataset identification number. |
||||||||||
| aggregatedatasetname | varchar | 255 | null |
|
|
Name of Aggregate Dataset. |
|||||||||||
| aggregateordertypeid | int4 | 10 | null |
|
|
Aggregate Order Type identification number. Field links to the AggregateOrderTypes lookup table. |
|||||||||||
| notes | text | 2147483647 | √ | null |
|
|
Free form notes about the Aggregate Order Type. |
||||||||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
||||||||||||
| recdatemodified | timestamp | 22 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| aggregatedatasets_pkey | Primary key | Asc | aggregatedatasetid |