Skip to content

Instantly share code, notes, and snippets.

@hieunguyentrung
Created July 28, 2017 03:24
Show Gist options
  • Save hieunguyentrung/60929dcda0f2c245e037fe21e6a1d359 to your computer and use it in GitHub Desktop.
Save hieunguyentrung/60929dcda0f2c245e037fe21e6a1d359 to your computer and use it in GitHub Desktop.
require 'active_record/connection_adapters/abstract_mysql_adapter'
module ActiveRecord
module ConnectionAdapters
class AbstractMysqlAdapter
NATIVE_DATABASE_TYPES[:string] = { :name => "varchar", :limit => 191 }
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment