Skip to content
# Interface: SequenceIncrementClause

Defined in: packages/core/src/models/DDLStatements.ts:400

Sequence option clauses are collected in order and emitted as the user wrote them. Each clause is specialized by its discriminating kind.

Properties

kind

kind: "increment"

Defined in: packages/core/src/models/DDLStatements.ts:401


value

value: ValueComponent

Defined in: packages/core/src/models/DDLStatements.ts:402

Released under the MIT License.