Replies: 1 comment 1 reply
-
By writing migrations. And no, Bun does not support AutoMigrate. |
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
-
How can I alter a existing table,e.g. add a new column ? documentation refer this topic in extending models, by using "extend" tag option, but how I syncronize this change with the database ?
Beta Was this translation helpful? Give feedback.
All reactions