mirror of https://github.com/stijndcl/didier
Add unique constraint
parent
3cd2456bbf
commit
92048bcd85
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue