DBS_PLATFORM_USERS table

The DBS_PLATFORM_USERS table represents users reserved in Safeguard for tenant use. The primary key for the table is the USERID column. It has an index, PLATFORM_USER_BY_GROUP, on the GUARDIAN_GROUP_UID column.

Column number

Column Name

Data Type

Description

1*

USERID

INT

The Guardian userid of the user.

2

GUARDIAN_USER_NAME

CHAR(32)

The corresponding Guardian username of the user.

3

GUARDIAN_GROUP_UID

LARGEINT

The group number of the Guardian user.

4

LOCK_UID

LARGEINT

The UID of the DDL Lock for an active utility operation that operates on the user. -1 when no utility operation is active. Links to the OBJECTS and DDL_LOCKS tables.

5

IN_USE

CHAR(2)

Y/N indication if the user is associated with one or more tenants.

* Indicates primary key