Subject Area : 110 - Id Generation
Subject Area(s) of Model "Renoir Domain Model Detail"
# Name Definition ER Diagram Entity/Table
Total
. 110 - Id Generation The id generator table. Details.. Details..
ER Diagram(s) of Subject Area "110 - Id Generation"
# Name Physical Display Level
Total 2
. Logical Column
. Physical Column
Entity/Table(s) of Subject Area "110 - Id Generation"
# Physical Name Name Logical Only Do Not Generate Definition Attribute/Column
Total 1
. id_generator Id Generator false A table of incremental ids used as table primary keys and object identifiers. Details..
Attribute/Column(s) of Entity/Table "Id Generator"
# Physical Name Name Definition Physical Data Type
Total 2
. 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