Skip to main content
Version: 0.3.0

MigrationStep

age-schema-client v0.3.0


age-schema-client / MigrationStep

Interface: MigrationStep

Defined in: src/schema/migration-executor.ts:20

Migration step

Properties

PropertyTypeDescriptionDefined in
descriptionstringStep descriptionsrc/schema/migration-executor.ts:24
sqlstringSQL statementsrc/schema/migration-executor.ts:29
paramsany[]SQL parameterssrc/schema/migration-executor.ts:34
canCauseDataLossbooleanWhether this step can cause data losssrc/schema/migration-executor.ts:39