add AutoMigrate #1985
Baiyuetribe
started this conversation in
Ideas
add AutoMigrate
#1985
Replies: 1 comment 1 reply
-
Is there any plan to support this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
Creating, updating, and modifying database tables is a frequent task, and it would be beneficial to have an automated process similar to Go's capabilities.
Proposed Solutions
like go
https://github.com/go-gorm/gorm/blob/3207ad6033aad5e76c6c9d578ef663032765e484/migrator/migrator.go#L114C24-L114C24
Beta Was this translation helpful? Give feedback.
All reactions