mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2025-07-09 06:00:12 +02:00
9 lines
241 B
SQL
9 lines
241 B
SQL
/*
|
|
Warnings:
|
|
|
|
- A unique constraint covering the columns `[name]` on the table `Crypto` will be added. If there are existing duplicate values, this will fail.
|
|
|
|
*/
|
|
-- CreateIndex
|
|
CREATE UNIQUE INDEX "Crypto_name_key" ON "Crypto"("name");
|