ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
Actions | Describes actions (e.g., observation, sample collection, sample analys... |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| ActionID | Integer |
| Primariy key identifier | |||
ActionTypeCV | VarChar(255) | CV term describing the type of action (e.g., observation, sample collection, sample analysis) |
|
||||
MethodID | Integer | Foreign key identifier for the method used to complete the action |
|
||||
BeginDateTime | DateTime | The date/time at which the action began | |||||
BeginDateTimeUTCOffset | Integer | The UTCOffset for the BeginDateTime | |||||
EndDateTime | DateTime |
| The date/time at which the action ended | ||||
EndDateTimeUTCOffset | Integer |
| The UTCOffset of for the EndDateTime | ||||
ActionDescription | VarChar(5000) |
| Text that describes the action | ||||
ActionFileLink | VarChar(255) |
| A URL or path to a file created by or used by the Action, such as instrument output or configuration. |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_Actions_CV_ActionType | ODM2CV.CV_ActionType | ODM2Core.Actions | Name | ActionTypeCV |
fk_Actions_Methods | ODM2Core.Methods | ODM2Core.Actions | MethodID | MethodID |
Used in Diagrams |
Diagram Name |
ODM2Annotations |
ODM2Core |
ODM2DataQuality |
ODM2Equipment |
ODM2ExtensionProperties |
ODM2LabAnalyses |
ODM2OverviewSimplified |
ODM2Provenance |
ODM2Simulation |