EquipmentModels - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: EquipmentModels

Describes models of sensors, loggers, and related equipment used in making observations.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

EquipmentModelIDInteger

nextval('"ODMXEquipment"."EquipmentModels_EquipmentModelID_seq"'::regclass)Primary key identifier
EquipmentModelManufacturerIDInteger Foreign key identifier of the model manufacturer

EquipmentModelPartNumberVarChar()

Text string for a part number for the equipment model
EquipmentModelNameVarChar() Text name of the equipment model
EquipmentTypeCVVarChar()

EquipmentModelDescriptionVarChar()

Text description of the equipment model
IsInstrumentBoolean A boolean indication of whether the equipment is a sensor/instrument used to make observations
EquipmentModelSpecificationsFileLinkVarChar()

File name, path, or URL to a specifications file for the equipment
EquipmentModelDescriptionURLVarChar()

A URL to a website or file having a description of the equipment model
IsRetiredBoolean

A Boolean which tells whether the instrument is retired

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_EquipmentModels_CV_EquipmentTypeODMXCV.CV_EquipmentTypeODMXEquipment.EquipmentModelsTermEquipmentTypeCV
fk_EquipmentModels_OrganizationsODMXCore.OrganizationsODMXEquipment.EquipmentModelsOrganizationIDEquipmentModelManufacturerID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXEquipment