Commit 6d4b00d
authored
Filter out null fixed option from generated migrations (#1048)
When generating migrations, the 'fixed' option could be set to null for
binary columns, which causes an error when running the migration because
Column::setFixed() expects a bool, not null.
Fixes #10461 parent 612764c commit 6d4b00d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
404 | 408 | | |
405 | 409 | | |
406 | 410 | | |
| |||
0 commit comments