We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Npgsql.EntityFrameworkCore.PostgreSQL Version 8.0.0-rtm-ci.20231119T221732
22P02: invalid input syntax for type json
DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
The default value of jsonb type field cannot be ""
The default value of an empty string will cause Update-Database to report an error
The text was updated successfully, but these errors were encountered:
Fix adding a new non-nullable JSON column
1593640
Fixes npgsql#2965
Fix adding a new non-nullable JSON column (#2967)
4d34642
Fixes #2965
roji
Successfully merging a pull request may close this issue.
Npgsql.EntityFrameworkCore.PostgreSQL Version 8.0.0-rtm-ci.20231119T221732
22P02: invalid input syntax for type json
DETAIL: Detail redacted as it may contain sensitive data. Specify 'Include Error Detail' in the connection string to include this information.
The default value of jsonb type field cannot be ""
The default value of an empty string will cause Update-Database to report an error
The text was updated successfully, but these errors were encountered: