-
I see that to the dbschema/default.esdl file needs to be maintained in order to create the required tables. How is it possible to achieve this programmatically? Currently we have a server application that maintains the tables and manages the migrations. How don't see any documented approach to this. |
Beta Was this translation helpful? Give feedback.
Answered by
elprans
Feb 15, 2022
Replies: 1 comment
-
The CLI actually just uses the migration DDL. You can emulate what the CLI does by using the migration commands, including the interactive part. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rajrahul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CLI actually just uses the migration DDL. You can emulate what the CLI does by using the migration commands, including the interactive part.