Hi guys,
I’m having problems removing the default from a boolean field. I’m using
the
following statement:
change_column :valuations, :too_many_adults, :integer, :null => true
but it’s adding DEFAULT ‘0’ to the SQL statement. I’m having no luck
using
change_column_default either. Is this possible?
Gareth