Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| submissiontypeid | serial | 10 | √ | nextval('ndb.seq_datasetsubmissiontypes_submissiontypeid'::regclass) |
|
|
An arbitrary Submission Type identification number. |
|||
| submissiontype | varchar | 80 | null |
|
|
Type of submission. The database has the following types: |
||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||
| recdatemodified | timestamp | 22 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| datasetsubmissiontypes_pkey | Primary key | Asc | submissiontypeid |