Store Google place types
All checks were successful
Build and deploy Backend / build (push) Successful in 27s
All checks were successful
Build and deploy Backend / build (push) Successful in 27s
This commit is contained in:
4
prisma/migrations/4_add_google_place_types/migration.sql
Normal file
4
prisma/migrations/4_add_google_place_types/migration.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Place" ADD COLUMN "googlePrimaryType" TEXT,
|
||||
ADD COLUMN "googleTypes" TEXT[] DEFAULT ARRAY[]::TEXT[];
|
||||
|
||||
Reference in New Issue
Block a user