Displaying 1 result from an estimated 1 matches for "too_many_adult".
Did you mean:
too_many_adults
2006 Nov 13
1
Removing column default with a migration
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are sub...