提交 b1c7ee37 编写于 作者: D Douglas Barbosa Alexandre 提交者: Andreas Brandl

Add bigserial as a native database type for MySQL adapter

上级 3fa2eb4e
require 'active_record/connection_adapters/abstract_mysql_adapter'
module ActiveRecord
module ConnectionAdapters
class AbstractMysqlAdapter
NATIVE_DATABASE_TYPES.merge!(
bigserial: { name: 'bigint(20) auto_increment PRIMARY KEY' }
)
end
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册