Expand description
SequenceOp — per-sequence field updates.
Carried inside Change::AlterSequence.
Note: START is intentionally not represented here. Postgres requires
RESTART, which has different semantics (it touches the live counter, not
the declared starting point), so v0.1 emits a recreate when start differs.
Structs§
- Sequence
OpEntry - One sequence-field op paired with its destructiveness classification.
Enums§
- Sequence
Op - One field-level update on a sequence.