create_account work
This commit is contained in:
parent
80a8651305
commit
0a5682d1e4
22 changed files with 265 additions and 154 deletions
8
prisma/migrations/20231218140114_/migration.sql
Normal file
8
prisma/migrations/20231218140114_/migration.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- A unique constraint covering the columns `[keyName]` on the table `Key` will be added. If there are existing duplicate values, this will fail.
|
||||
|
||||
*/
|
||||
-- CreateIndex
|
||||
CREATE UNIQUE INDEX "Key_keyName_key" ON "Key"("keyName");
|
||||
Loading…
Add table
Add a link
Reference in a new issue