471ef4d403
Previously, this migration would cause the error: "Cannot add a NOT NULL column with default value NULL". This fixes that by setting the default value for new columns to '' (empty string). It updates the query builder to support this, too. |
||
---|---|---|
.. | ||
alter.go | ||
alter_test.go | ||
create.go | ||
create_test.go | ||
dialect.go | ||
index.go | ||
raw.go | ||
tx.go |