MigrationStep
age-schema-client / MigrationStep
Interface: MigrationStep
Defined in: src/schema/migration-executor.ts:20
Migration step
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description | string | Step description | src/schema/migration-executor.ts:24 |
sql | string | SQL statement | src/schema/migration-executor.ts:29 |
params | any[] | SQL parameters | src/schema/migration-executor.ts:34 |
canCauseDataLoss | boolean | Whether this step can cause data loss | src/schema/migration-executor.ts:39 |