work-timer/prisma/migrations/20230622084526_settings/migration.sql

6 lines
106 B
MySQL
Raw Normal View History

2023-06-22 13:11:03 +02:00
-- CreateTable
CREATE TABLE "Settings" (
"id" TEXT NOT NULL PRIMARY KEY,
"value" TEXT NOT NULL
);