RelatedEquipment - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: RelatedEquipment

Information about relationships among Equipment

Columns

PKNameData TypeNULLAutoDefaultCommentFK

RelationIDInteger

nextval('"ODMXEquipment"."RelatedEquipment_RelationID_seq"'::regclass)Primary key identifier
EquipmentIDInteger Foreign key identifier for a piece of Equipment

RelationshipTypeCVVarChar()

Controlled Vocabulary term indicating the type of relationship between two pieces of equipment

RelatedEquipmentIDInteger Foreign key identifier of the related piece of equipment

RelationshipStartDateTimeUTCBigInt Beginning date/time of the relationship between the two pieces of equipment
RelationshipEndDateTimeUTCBigInt

Ending date/time of the relationship between two pieces of equipment

Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_RelatedEquipment_CV_RelationshipTypeODMXCV.CV_RelationshipTypeODMXEquipment.RelatedEquipmentTermRelationshipTypeCV
fk_RelatedEquipment_EquipmentODMXEquipment.EquipmentODMXEquipment.RelatedEquipmentEquipmentIDEquipmentID
fk_RelatedEquipment_Equipment_AreRelatedODMXEquipment.EquipmentODMXEquipment.RelatedEquipmentEquipmentIDRelatedEquipmentID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXEquipment