Add unique constraint

pull/58/head
Stijn De Clercq 2021-05-17 20:19:29 +02:00
parent 3cd2456bbf
commit 92048bcd85
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Used to store aliases for custom commands.
0 id: integer, auto-increment, unique, primary key | The id of the alias 0 id: integer, auto-increment, unique, primary key | The id of the alias
2 command: integer | The id of the command this alias is for 2 command: integer | The id of the command this alias is for
3 alias: text | The name of the alias 3 alias: text, unique | The name of the alias
### dad_jokes ### dad_jokes