You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migration like Laravel may not be a good idea since it may make database schema unmaintainable (especially some old project with lots of s**t). But indeed migration is helpful in some cases for developers, so I think it is quite a dilemma for GoFrame to choose whether to add this function since both case has its own reasons. Besides, there already exists many migration tools write in go like goose or atlas. Goose is more like Laravel one and Atlas is more powerful but may charge for some advanced features, you may also find you own migration tools for your requirement.
Description
The AutoMigration feature is quite practical,
Please consider adding it
Additional
No response
The text was updated successfully, but these errors were encountered: