# File lib/active_record/connection_adapters/abstract/schema_statements.rb, line 224 def change_column_default(table_name, column_name, default) raise NotImplementedError, "change_column_default is not implemented" end