Replies: 1 comment
-
https://nozbe.github.io/WatermelonDB/Advanced/Migrations.html#migration-steps
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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[] }): AddColumnsMigrationStep
Beta Was this translation helpful? Give feedback.
All reactions