chore: initialize WanderQ MiniAPP 2.0 repository
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
CREATE TABLE "SearchPageConfig" (
|
||||
"id" TEXT NOT NULL DEFAULT 'search-page',
|
||||
"title" TEXT NOT NULL,
|
||||
"subtitle" TEXT NOT NULL,
|
||||
"placeholder" TEXT NOT NULL,
|
||||
"popularKeywords" JSONB NOT NULL,
|
||||
"groups" JSONB NOT NULL,
|
||||
"createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
"updatedAt" TIMESTAMP(3) NOT NULL,
|
||||
|
||||
CONSTRAINT "SearchPageConfig_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
Reference in New Issue
Block a user