B_DatabaseSequence

The B_DatabaseSequence table is used to add database sequence information to an enterprise geodatabase.

FieldDescription

Sequence Name

The name of the database sequence. The name must meet sequence name requirements for the database platform you're using and must be unique in the database. Be sure to remember this name, as it's the name you'll use in your custom applications and expressions to invoke the sequence.

Sequence Start ID

The starting number for the sequence.

Sequence Increment Value

Describes how the sequence numbers will increment. For example, if the sequence starts at 10 and the increment value is 5, the next value in the sequence is 15, and the value after that is 20.

Sequence Current Value

The current value in the sequence.

Fields in the B_DatabaseSequence table of an asset package
Top