Skip to content
# Interface: SequenceIncrementClause

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

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:420


value ​

value: ValueComponent

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

Released under the MIT License.