Closed manuelarte closed 1 week ago
Resolves #35
There are test that test the automigration gorm functionality for MySQL.
N/A
example_test.go
README.md
I removed the default:null gorm tags in the struct and added a BeforeCreate hook to check for the mandatory fields
What does this do?
Which issue(s) does this PR fix/relate to?
Resolves #35
List any changes that modify/break current functionality
Have you included tests for your changes?
There are test that test the automigration gorm functionality for MySQL.
Did you document any new/modified functionality?
N/A
example_test.go
README.md
Notes
I removed the default:null gorm tags in the struct and added a BeforeCreate hook to check for the mandatory fields