Add UNIQUE index on itemDataValues values
This commit is contained in:
parent
566a338c98
commit
9596cece44
2 changed files with 13 additions and 1 deletions
|
@ -28,7 +28,7 @@ CREATE TABLE items (
|
|||
|
||||
CREATE TABLE itemDataValues (
|
||||
valueID INTEGER PRIMARY KEY,
|
||||
value
|
||||
value UNIQUE
|
||||
);
|
||||
|
||||
-- Type-specific data for individual items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue