-
Notifications
You must be signed in to change notification settings - Fork 885
Open
Labels
Description
$this->changeColumn('website', null, ['default'=>'null'])This should keep the column type as is but just makes it null-able. Right now you have to specify the current column type for 2nd parameter even if its not changing. I should make it so that passing empty string or null keeps it as is.
Its also finicky about 'default' being set to the string 'null' and not the actual value null.
uyab, module0x90, adduc, bboure, prilka and 12 more