mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2025-12-31 13:42:41 +00:00
add phone
This commit is contained in:
8
prisma/migrations/20221219145046_phone/migration.sql
Normal file
8
prisma/migrations/20221219145046_phone/migration.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- A unique constraint covering the columns `[phone]` on the table `user` will be added. If there are existing duplicate values, this will fail.
|
||||
|
||||
*/
|
||||
-- CreateIndex
|
||||
CREATE UNIQUE INDEX "user_phone_key" ON "user"("phone");
|
||||
Reference in New Issue
Block a user