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 Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| SQ_SEQ_NAME | The name of the table or other entity whose numeration is being tracked. | varchar | 30 | |||
| SQ_SEQ_VALUE | The highest current value. | int | 4 | ![]() |
Indexes
| Index | Description | Primary | Unique |
|---|---|---|---|
| SQ_PRIMARYKEY | ![]() | ![]() |
See Also
Related Objects


