init commit
This commit is contained in:
6
store/migration/sqlite/0.9/00__tag.sql
Normal file
6
store/migration/sqlite/0.9/00__tag.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- tag
|
||||
CREATE TABLE tag (
|
||||
name TEXT NOT NULL,
|
||||
creator_id INTEGER NOT NULL,
|
||||
UNIQUE(name, creator_id)
|
||||
);
|
||||
Reference in New Issue
Block a user