stefano
01/17/2024, 7:47 PMIt is recommended that SCHEMA queries are used only for development purposes. For example, it is suitable for the following use cases:
• Create a sample application
• Get a base DDL statements in the early phases of the development project
DDL statements for production environments should be managed separately.What would you recommend for managing the schema and schema migrations? I was going to default to Flyway but I'm curious if there's anything else you'd use
Toshihiro Nakamura
01/17/2024, 11:19 PM