changeColumn() allow null
$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.
+1
+1
+1
+1
+1
+1
I like this idea. somebody will need to contribute the code though.
Man, this is the dream of every database user: not having to remember the column type if you want to just change an option. hahaha
+1
+1
:+1:
+1
+1
+1
Anyone wants to make a PR here?