Add UNIQUE index on itemDataValues values

This commit is contained in:
Dan Stillman 2008-07-07 14:00:34 +00:00
parent 566a338c98
commit 9596cece44
2 changed files with 13 additions and 1 deletions

View file

@ -28,7 +28,7 @@ CREATE TABLE items (
CREATE TABLE itemDataValues (
valueID INTEGER PRIMARY KEY,
value
value UNIQUE
);
-- Type-specific data for individual items