IDENTIFIERS

Identifiers

Definition


The IDENTIFIERS table contains the next unique identifiers to be used for all types of objects to create.

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The IDENTIFIERS table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
TABLE_NAME        

    The name of the table used to store the type of object
    NEXT_VALUE        

      The next unique identifier value to be used for the type of object

      Column Details

      The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

      TABLE_NAME

      Definition The name of the table used to store the type of object
      Type VARCHAR(255), NULL

      NEXT_VALUE

      Definition The next unique identifier value to be used for the type of object
      Type DECIMAL(28), NULL