Back to all

db-migrate

by Thomas Hallock

10Feb 6, 2026Visit Source
Creates a database migration using Drizzle. Use this EVERY TIME you need to modify the database schema. Walks through the complete workflow including generating migration, writing SQL, running it locally, and committing ALL required files.