We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f83ac1 commit 2362158Copy full SHA for 2362158
migrations/1684856105840-create-table-cards.sql
@@ -1,5 +1,5 @@
1
CREATE TABLE IF NOT EXISTS `cards` (
2
`id` INT AUTO_INCREMENT,
3
- `name` VARCHAR(32) NOT NULL UNIQUE,
+ `name` VARCHAR(32) NOT NULL,
4
PRIMARY KEY(`id`)
5
);
0 commit comments