change_default(column_name, default)
Instance Public methods
Sets a new default value for a column. See ActiveRecord::ConnectionAdapters::SchemaStatements#change_column_default
t.change_default(:qualification, 'new') t.change_default(:authorized, 1)
Please login to continue.