refactor: change relationship
This commit is contained in:
parent
0bd3ce55a7
commit
2ed718ccd0
3 changed files with 14 additions and 4 deletions
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- A unique constraint covering the columns `[employeeId]` on the table `EmployeeOtherInfo` will be added. If there are existing duplicate values, this will fail.
|
||||
|
||||
*/
|
||||
-- CreateIndex
|
||||
CREATE UNIQUE INDEX "EmployeeOtherInfo_employeeId_key" ON "EmployeeOtherInfo"("employeeId");
|
||||
Loading…
Add table
Add a link
Reference in a new issue