mirror of
https://gitlab.com/mobicoop/v3/service/territory.git
synced 2026-01-10 04:52:38 +00:00
improve tests
This commit is contained in:
@@ -7,7 +7,7 @@ CREATE TABLE "territory" (
|
||||
"name" TEXT NOT NULL,
|
||||
"shape" geometry NOT NULL,
|
||||
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
"updatedAt" TIMESTAMP(3) NOT NULL,
|
||||
"updatedAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
CONSTRAINT "territory_pkey" PRIMARY KEY ("uuid")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user