wip
This commit is contained in:
No files matched your search
@@ -0,0 +1,2 @@
|
||||
-- Modify "User" table
|
||||
ALTER TABLE "User" ALTER COLUMN "CreatedAt" TYPE timestamptz;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
-- Modify "User" table
|
||||
ALTER TABLE "User" ALTER COLUMN "CreatedAt" TYPE timestamptz;
|
||||