sql-migrate icon indicating copy to clipboard operation
sql-migrate copied to clipboard

SQL schema migration tool for Go.

Results 94 sql-migrate issues
Sort by recently updated
recently updated
newest added

## Context Imagine a `project` with its migrations, and it has its command to apply it. Now, you have installed library `foo` that applies migrations also with its CLI (knowing...

Problem: Using the mssql dialect, when the change control table is going to be created, the column information of the PK id column is nvarchar(max), but the sqlserver does not...

I think a rather common scenario is to have a set of migrations that apply to all environments, and a set of (often data, not schema) migrations which are environment...

Hey, it would be nice to be able to activate additional logging when applying migrations. Similar requests: * https://github.com/rubenv/sql-migrate/pull/40 * https://github.com/rubenv/sql-migrate/issues/3 I know, there is no common logger interface in...