Replies: 1 comment 3 replies
-
|
https://nozbe.github.io/WatermelonDB/Advanced/Migrations.html#migration-steps
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do i delete/drop a table in migration.
its seems Schema/migration exports only these but not deleting/dropping a table
export function schemaMigrations(migrationSpec: SchemaMigrationsSpec): SchemaMigrations export function createTable(tableSchemaSpec: TableSchemaSpec): CreateTableMigrationStep export function addColumns({ table, columns, }: { table: TableName<any>, columns: ColumnSchema[] }): AddColumnsMigrationStepBeta Was this translation helpful? Give feedback.
All reactions