init prysma

This commit is contained in:
alsaze
2025-12-09 22:46:24 +03:00
parent 2fdeeb3520
commit e9144bd78c
20 changed files with 3470 additions and 33 deletions

View File

@@ -0,0 +1,10 @@
-- CreateTable
CREATE TABLE "User" (
"id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
"name" TEXT NOT NULL,
"phone" TEXT NOT NULL,
"service" TEXT,
"comment" TEXT,
"route" TEXT,
"createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP
);

View File

@@ -0,0 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (e.g., Git)
provider = "sqlite"