Closed winebarrel closed 9 years ago
When type_to_sql is called without unsigned, processing of bigint is not performed correctly.
Following is expected to be any_num bigint,:
any_num bigint,
create_table("any_table") do |t| t.integer("any_num", {:limit=>5}) # => CREATE TABLE `any_table` (... `any_num` int(5),
Please merge if there is no problem :bow:
Thanks! I merged this pr. And I will release soon as a new version after #16 .
When type_to_sql is called without unsigned, processing of bigint is not performed correctly.
Following is expected to be
any_num bigint,
:Please merge if there is no problem :bow: