Field | Description | Type | Null | Limits | Size | Key | Default | Authority | Source |
---|---|---|---|---|---|---|---|---|---|
ID | This is the unique ID for each Stereo Observation. The values here should not be assigned by external programs. Instead it can either be ignored, or NULL can be inserted, and the database will automatically assign the next ID. | INT(10) unsigned auto_increment | Not Null | Primary Key | |||||
STEREO_ID | VARCHAR(10) | Not Null | |||||||
FIRST_PLANNED_OBSERVATIONS_ID | This field should hold a value from the ID column of the Planned_Observations table. | INT(10) unsigned | Not Null | Foreign Key which references Planned_Observations (ID) | |||||
SECOND_PLANNED_OBSERVATIONS_ID | This field should hold a value from the ID column of the Planned_Observations table. | INT(10) unsigned | Not Null | Foreign Key which references Planned_Observations (ID) | |||||
STEREO_ACQUIRED_TIME | DATETIME | ||||||||
LAST_UPDATE | This column records the last time that a record was updated. | TIMESTAMP |
Table Options:
Copyright (C) 2004 Arizona Board of Regents on behalf of the Planetary Image Research Laboratory, Lunar and Planetary Laboratory at the University of Arizona.
This page was generated from the XML HiCat Data Dictionary. $Name: $
Please send comments to: HiCat@pirlmail.lpl.arizona.edu .