Equipment - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: Equipment

Descriptions of specific pieces of equipment.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

EquipmentIDInteger

nextval('"ODMXEquipment"."Equipment_EquipmentID_seq"'::regclass)Primary key identifier
EquipmentUUIDVarChar() A UUID which uniquely identifies a piece of equipment
EquipmentCodeVarChar() A text code that identifies the equipment model - should correspond to the EquiomentModelName
EquipmentNameVarChar() A text name for the piece of equipment
EquipmentModelIDInteger Foreign key identifier for the model of the equipment

EquipmentSerialNumberVarChar()

Manufacturer's serial number for the specific piece of equipment
EquipmentVendorIDInteger

Foreign key identifier for the vendor organization for the piece of equipment

EquipmentPurchaseDateDateTime

Date that the piece of equipment was purchased
EquipmentPurchaseOrderNumberVarChar()

A text string identifying the purchase order used to purchase the piece of equipment
EquipmentDescriptionVarChar()

Text notes about the specific piece of equipment
EquipmentDocumentationLinkVarChar()

A file name, path, or URL to a photo of the specific piece of equipment

Indexes

NameTableColumnsUniqueClustered
Equipment_EquipmentUUID_IdxODMXEquipment.EquipmentEquipmentUUID


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_Equipment_EquipmentModelsODMXEquipment.EquipmentModelsODMXEquipment.EquipmentEquipmentModelIDEquipmentModelID
fk_Equipment_OrganizationsODMXCore.OrganizationsODMXEquipment.EquipmentOrganizationIDEquipmentVendorID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXAnnotations
ODMXEquipment
ODMXLabAnalyses