uasoft-indonesia / badaso

Laravel Vue headless CMS / admin panel / dashboard / builder / API CRUD generator, anything !
https://badaso.uatech.co.id
MIT License
1.22k stars 222 forks source link

Crud does not use default value #1072

Closed Dri372 closed 3 months ago

Dri372 commented 6 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

stale[bot] commented 3 months ago

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.