Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
analysisunitid | int4 | 10 | null |
|
|
Analysis Unit identification number. Field links to AnalysisUnits table. |
||||
depagentid | int4 | 10 | null |
|
|
Deposition Agent identification number. Field links to DepAgentTypes table. |
||||
recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||
recdatemodified | timestamp | 22 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
depagents_pkey | Primary key | Asc/Asc | analysisunitid + depagentid |
ix_analysisunitid_depagents | Performance | Asc | analysisunitid |
ix_depagentid_depagents | Performance | Asc | depagentid |