Skip to content

Commit

Permalink
fix(sequelize): Update SQL unique field example (discordjs#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
FunXD-0 authored Oct 1, 2021
1 parent cfa6258 commit 904bc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/sequelize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To do that in Sequelize, you define a model based on this structure, as shown be
```js
/*
* equivalent to: CREATE TABLE tags(
* name VARCHAR(255),
* name VARCHAR(255) UNIQUE,
* description TEXT,
* username VARCHAR(255),
* usage_count INT NOT NULL DEFAULT 0
Expand Down

0 comments on commit 904bc39

Please sign in to comment.