Footprints Data Model |
Table |
Name | id_generator |
Comment | A table of incremental ids used as table primary keys and object identifiers. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
db_table_name | varchar(255) | The value of a Id Generator, stored as a string. | Yes | No |
last_id_val | bigint | The value that will be incremented | No | No |