update CH, postgres, MySQL schemas

This commit is contained in:
Francis Cao 2023-02-15 09:40:49 -08:00
parent 4351ef37f8
commit b6cc6cb655
5 changed files with 50 additions and 23 deletions

View file

@ -0,0 +1,6 @@
-- AlterTable
ALTER TABLE "session" ADD COLUMN "city" VARCHAR(50),
ADD COLUMN "subdivision" CHAR(3);
-- AlterTable
ALTER TABLE "website_event" ADD COLUMN "page_title" VARCHAR(500);