We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was using version 2.6.something. Upgraded to 2.7.0 and still have a problem.
# == Schema Information # # Table name: users # # id :integer not null, primary key # profile :json default({"first_name"=>nil, "last_name"=>nil, "phone"=>nil, "terms_of_service"=>nil, "street"=>nil, "suite"=>nil, "city"=>nil, "state"=>nil, "zip"=>nil} )
The text was updated successfully, but these errors were encountered:
I see, we're only handling jsonb type.
Sorry, something went wrong.
Ignore default value for json type since that can break indentation, #…
5177edd
…320
Just got this, awesome. thanks.
Ignore default value for json type since that can break indentation, c…
0958f39
…tran#320
86952ec
ctran
No branches or pull requests
I was using version 2.6.something. Upgraded to 2.7.0 and still have a problem.
The text was updated successfully, but these errors were encountered: