2026-03-25 22:20:37 +08:00

3 lines
88 B
SQL

-- AlterTable
ALTER TABLE "Manga" ADD COLUMN "genre" TEXT NOT NULL DEFAULT 'Drama';