Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix db column nullability detection in DDL generation
This update introduces a nullable check in making the DDL. Now, the column.getFieldType.Kind() is not only checked if it's pointing to a reference, but also made nullable when the NULLABLE TagSetting exists. This improves the accuracy in defining nullability in the database schema.
- Loading branch information