bun db:generate # generates SQL migration files in /drizzle bun db:migrate # applies them to support.db bun db:studio # opens a browser UI to inspect the DB
bun db:generate # generates SQL migration files in /drizzle bun db:migrate # applies them to support.db bun db:studio # opens a browser UI to inspect the DB