vdsOrgUnit

Prev Next

The vdsOrgUnit table contains fields for the specified organizational units.

Columns

Table:  vdsOrgUnit table columns
Column nameData typePrimary keyNullableDescription
vdsDomainvarchar(255)YesNoThe domain to which the organizational unit belongs.
vdsOrgUnitvarchar(255)YesNoThe name of the organizational unit.
vdsDescriptionvarchar(1024)NoYes 
vdsParentOrgUnitvarchar(255)NoYesThe parent organizational unit. This is used to define a hierarchy of organizational units.
vdsCreateTimetimestampNoNoThe date and time the data record was created.
vdsModifyTimetimestampNoNoThe date and time the data record was last modified.
vdsVersionintegerNoYesThe current data schema version of the data record.

Keys

Primary key: (vdsDomain, vdsOrgUnit)

Foreign keys:

  • (vdsDomain) references vdsDomain (vdsDomain)
  • (vdsDomain, vdsParentOrgUnit) references vdsOrgUnit (vdsDomain, vdsOrgUnit)

Indexes

Table:  vdsOrgUnit table indexes
Index nameIncluded fields
Level 0 (default)
vdsorgidx

vdsDomain

vdsOrgUnit