chore: initialize WanderQ MiniAPP 2.0 repository
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE "DestinationPageConfig" (
|
||||
"id" TEXT NOT NULL,
|
||||
"recommendedProductIds" JSONB NOT NULL,
|
||||
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
"updatedAt" TIMESTAMP(3) NOT NULL,
|
||||
|
||||
CONSTRAINT "DestinationPageConfig_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
Reference in New Issue
Block a user