uasoft-indonesia / badaso

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

Database management - Impossible to reset to "Not nullable" #1071

Closed Dri372 closed 1 month ago

Dri372 commented 4 months ago

We can create a table with a field set as nullable.

Later, we cannot change this to "Not nullable" even if there is no Null data.

Badaso version : 2.9.11


Exemple of migration generated for the change : $table->text('color')->charset('')->collation('')->change(); should be : $table->text('color')->nullable(false)->charset('')->collation('')->change();

stale[bot] commented 2 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.