Initial commit - ERP System
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "SystemSettings" (
|
||||
"id" INTEGER NOT NULL DEFAULT 1,
|
||||
"hourlyRate" DOUBLE PRECISION NOT NULL DEFAULT 95.0,
|
||||
"taxRate" DOUBLE PRECISION NOT NULL DEFAULT 19.0,
|
||||
"companyName" TEXT,
|
||||
"companyInfo" TEXT,
|
||||
"updatedAt" TIMESTAMP(3) NOT NULL,
|
||||
|
||||
CONSTRAINT "SystemSettings_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
Reference in New Issue
Block a user