mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-09 00:25:48 +02:00
Add unique constraint
This commit is contained in:
parent
3cd2456bbf
commit
92048bcd85
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ Used to store aliases for custom commands.
|
|||
|
||||
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
|
||||
3 alias: text | The name of the alias
|
||||
3 alias: text, unique | The name of the alias
|
||||
|
||||
### dad_jokes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue