提交 8e30a636 编写于 作者: Z Zuhao Wan

Remove length limit that results failure in other tests.

上级 cee2c85b
......@@ -63,7 +63,7 @@ def setup
end
Person.connection.remove_column("people", "first_name") rescue nil
Person.connection.remove_column("people", "middle_name") rescue nil
Person.connection.add_column("people", "first_name", :string, :limit => 40)
Person.connection.add_column("people", "first_name", :string, null: false)
Person.reset_column_information
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册