Subject Area : 110 - Id Generation
Subject Area Name Definition
110 - Id Generation The id generator table.
ER Diagram Name Physical Display Level
Logical Column
Physical Column
Physical Name Entity/Table Name Logical Only Do Not Generate Definition
id_generator Id Generator false A table of incremental ids used as table primary keys and object identifiers.
Physical Name Attribute/Column Name Definition Physical Data Type
db_table_name Database Table Name The value of a Id Generator, stored as a string. varchar(255)
last_id_val Last Id Value The value that will be incremented bigint