Skip to content
New issue

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

Not correct display of default values for a field of type JSONB #987

Open
tdlbw opened this issue Jul 27, 2022 · 0 comments
Open

Not correct display of default values for a field of type JSONB #987

tdlbw opened this issue Jul 27, 2022 · 0 comments

Comments

@tdlbw
Copy link

tdlbw commented Jul 27, 2022

It is necessary to have a field in model with type JSONB and a default value for it.

Expected behavior

  1. Click the create record button
  2. Cancel the creation of the record
  3. Try creating the record again
  4. See that all default fields with the JSONB type are filled in according to the model description in default block for JSONB field

Actual behavior

  1. Click the create record button
  2. Cancel the creation of the record
  3. Try creating the record again
  4. See that all default fields with the JSONB type are not filled in according to the model description in default block for JSONB field

Context

  • Package Version: 8.5.2
  • Express Version: 4.17.3
  • Sequelize Version: 6.17.0
  • Database Dialect: SQL
  • Database Version:
  • Postgres: 12
  • pg: 8.7.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant