Update src/schema.ts as needed, and then run:
src/schema.ts
pnpm db:generate
Inspect the sql in the migration file added to drizzle/.
drizzle/
If it looks okay, then run:
pnpm db:migrate