mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-07-17 01:08:27 +00:00
add phone
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "user" ADD COLUMN "phone" TEXT,
|
||||
ALTER COLUMN "firstName" DROP NOT NULL,
|
||||
ALTER COLUMN "lastName" DROP NOT NULL,
|
||||
ALTER COLUMN "email" DROP NOT NULL;
|
||||
Reference in New Issue
Block a user