Package app.ductape.sdk.database.types
Class MigrationTypes
java.lang.Object
app.ductape.sdk.database.types.MigrationTypes
Parity with
sdk/ts/src/database/types/migration.interface.ts.
IMigrationOperation union values are Map<String, Object> with a type discriminator;
use MigrationTypes.Operations to build maps aligned with TS shapes. Nested provider options stay as maps where TS uses inline objects.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic enumTSFieldTypestring union — wire values match TS literals.static final recordstatic final recordTS migrationIConstraintDefinition(embedded in SQL options / addConstraint).static final recordstatic final recordstatic final recordstatic final recordstatic final recordstatic final classBuilds TS-shaped migration operation maps. -
Method Summary