This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Commit 273f03b
* fix: Add `existing_nullable` usage to `visit_column_type`
Without this, altering operations (e.g. change column length) can cause nullability change of the column.
It then causes error if this column is a part of index:
"400 Changing NOT NULL constraints on column column_name is not allowed because it affects index index_name"
* fix: add missing placeholder
---------
Co-authored-by: Knut Olav Løite <koloite@gmail.com>
1 parent 013bd83 commit 273f03b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1564 | 1564 | | |
1565 | 1565 | | |
1566 | 1566 | | |
1567 | | - | |
| 1567 | + | |
1568 | 1568 | | |
1569 | 1569 | | |
1570 | 1570 | | |
| 1571 | + | |
1571 | 1572 | | |
0 commit comments