Files
reloop-v2/backend/prisma/migrations/20260412043347_add_chosen_answer/migration.sql

3 lines
79 B
SQL

-- AlterTable
ALTER TABLE `study_logs` ADD COLUMN `chosenAnswer` INTEGER NULL;