-
I don't understand your docs here: https://docs.sqlc.dev/en/stable/howto/ddl.html I'm maintaining my database schema in two places and that doesn't seem right:
What am I missing please? I think my question is related to #1928 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@kaihendry I don't understand the question. What is the purpose of I don't have that in my projects and I don't know what it's for (or where it's referenced in the documentation). I think you're just supposed to pick one - I think goose is what I would pick if I were starting over and hadn't already been using sql migrate - and you're done.
|
Beta Was this translation helpful? Give feedback.
-
I grokked what I need to do, just use the migrations directory: https://github.com/kaihendry/sqlc-tutorial/blob/main/sqlc.yaml#L5 and sqlc compiles it.. Thank you @coolaj86 ! |
Beta Was this translation helpful? Give feedback.
I grokked what I need to do, just use the migrations directory: https://github.com/kaihendry/sqlc-tutorial/blob/main/sqlc.yaml#L5 and sqlc compiles it..
Thank you @coolaj86 !