Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question : Can we use repeatable migrations for create table as well #324

Open
bheemvennapureddy opened this issue Aug 14, 2024 · 1 comment

Comments

@bheemvennapureddy
Copy link

bheemvennapureddy commented Aug 14, 2024

I am coming from MSSql world where we use the same SQL files to create script to execute on the DB. typically any new column adds will go into the same table create script - will repetable migration work for me that way so can just use the raw SQL for all ? if i need to go that route should i need to just keep doing IF NOT EXISTS every where ?

@bheemvennapureddy
Copy link
Author

@lecaillon Can you share some insights on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant