提交 c01810db 编写于 作者: R Rafael Mendonça França

Merge pull request #7182 from yahonda/address_7178

Modity the :json_data_empty attribute from `:null => false` to `:null => true`
......@@ -42,7 +42,7 @@ def create_table(*args, &block)
# big varchar below.
t.string :preferences, :null => true, :default => '', :limit => 1024
t.string :json_data, :null => true, :limit => 1024
t.string :json_data_empty, :null => false, :default => "", :limit => 1024
t.string :json_data_empty, :null => true, :default => "", :limit => 1024
t.references :account
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册