> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# sequence table

> next_id to be used for each table

## sequence Table (0)

next\_id to be used for each table

## Fields

| Name        | Description                                                                                                              | Type        | Nullable |
| ----------- | ------------------------------------------------------------------------------------------------------------------------ | ----------- | :------: |
| id          | Sequence-id of host table                                                                                                | PK          |    No    |
| next\_id    | Next id to be used for table                                                                                             | Id          |    Yes   |
| TableName   | The name of the table this row concerns                                                                                  | String(255) |    Yes   |
| TableNumber | The table number for this table, constant over the table's lifetime (but possibly different from one database to another | Int         |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/G4reeQVP-LmhQATQ/media/loc/en/database/tables/sequence.png?fit=max&auto=format&n=G4reeQVP-LmhQATQ&q=85&s=7d2a2b002444b284180647ca503b0d3f" alt="sequence table relationship diagram" width="101" height="59" data-path="media/loc/en/database/tables/sequence.png" />

## Indexes

| Fields      | Types       | Description |
| ----------- | ----------- | ----------- |
| TableName   | String(255) | Unique      |
| TableNumber | Int         | Unique      |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
