Define custom migration SQL for drizzle
Is it possible to create custom Drizzle migration commands or SQL statements for unimplemented functions, like custom domains? We want to fully rely on Drizzle for DB schema migrations but need support for functions not yet implemented. What’s the recommended approach to safely include custom statements in the migration process?
2 Replies