ALM Project Database Reference
td.SEQUENCES Table
Description
A system table to manage IDs and other system numerators. Do not change values in this table.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key SQ_SEQ_NAMEThe name of the table or other entity whose numeration is being tracked.varchar30   
 SQ_SEQ_VALUEThe highest current value.int4  
Indexes
IndexDescriptionPrimaryUnique
SQ_PRIMARYKEY 
See Also