This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Commit 9274f79
committed
fix: Add
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"existing_nullable usage to visit_column_type
1 parent a69516d commit 9274f79
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1425 | 1425 | | |
1426 | 1426 | | |
1427 | 1427 | | |
| 1428 | + | |
1428 | 1429 | | |
0 commit comments