Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| maturityid | serial | 10 | √ | nextval('ndb.seq_elementmaturities_maturityid'::regclass) |
|
|
|||||||||||
| maturity | varchar | 36 | null |
|
|
||||||||||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
||||||||||||
| recdatemodified | timestamp | 22 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| elementmaturities_pkey | Primary key | Asc | maturityid |
| ix_elementmaturities | Must be unique | Asc | maturity |