Closed Dri372 closed 3 months ago
Create a table with a field with a default value. tested with a text type.
Add a crud to this table.
Try to add a record without value in this field.
If this field was set to "Not Nullable", we get an error : "SQL : not null violation ..."
If this field was set to "Nullable" , the record is created with Null in the field.
Badaso version : 2.9.11
Database : postgresql
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Create a table with a field with a default value. tested with a text type.
Add a crud to this table.
Try to add a record without value in this field.
If this field was set to "Not Nullable", we get an error : "SQL : not null violation ..."
If this field was set to "Nullable" , the record is created with Null in the field.
Badaso version : 2.9.11
Database : postgresql