fiddle on schema

This commit is contained in:
Thomas Ruoff
2022-10-11 23:08:13 +02:00
parent f565c03d22
commit 5172f391ff
2 changed files with 11 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
-- AlterTable
ALTER TABLE "Bill" ALTER COLUMN "createdAt" SET DATA TYPE TIMESTAMP(3),
ALTER COLUMN "updatedAt" SET DATA TYPE TIMESTAMP(3);
-- AlterTable
ALTER TABLE "Booking" ALTER COLUMN "createdAt" SET DATA TYPE TIMESTAMP(3),
ALTER COLUMN "updatedAt" SET DATA TYPE TIMESTAMP(3);