# File lib/active_record/connection_adapters/abstract/schema_statements.rb, line 208 def change_column(table_name, column_name, type, options = {}) raise NotImplementedError, "change_column is not implemented" end