soroban-abacus-flashcards/apps/web/drizzle/0036_lonely_roland_deschain...

3 lines
148 B
SQL

-- Custom SQL migration file, put your code below! --
-- Add notes column to players table for teacher notes
ALTER TABLE `players` ADD `notes` text;