Organizations - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: Organizations

Describes organizations - as in research groups, companies, universities, etc.

Columns

PKNameData TypeNULLAutoDefaultCommentFK

OrganizationIDInteger

nextval('"ODMXCore"."Organizations_OrganizationID_seq"'::regclass)Primary key identifier
OrganizationTypeCVVarChar() CV term defining the type of organization (e.g., government agency, university, etc.)

OrganizationCodeVarChar() A text code identifying the Organization (e.g., USGS)
OrganizationNameVarChar() The full text name of the organization
OrganizationDescriptionVarChar()

A text description of the organization
OrganizationLinkVarChar()

A URL for the organization's website
ParentOrganizationIDInteger

Foreign key of the parent organization of the current organization


Indexes

(none)


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_Organizations_CV_OrganizationTypeODMXCV.CV_OrganizationTypeODMXCore.OrganizationsTermOrganizationTypeCV
fk_Organizations_OrganizationsODMXCore.OrganizationsODMXCore.OrganizationsOrganizationIDParentOrganizationID

Triggers

(none)


Unique Constraints

NameTableColumns
uc_OrganizationCodeODMXCore.OrganizationsOrganizationCode

Used in Diagrams

Diagram Name
ODMXCore
ODMXOverviewSimplified
ODMXSimulation