Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 14d1e0b

Browse files
author
UramnOIL
committed
修正
1 parent fe16c60 commit 14d1e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/sqlite.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- # { init
55
CREATE TABLE IF NOT EXISTS accounts(
66
id INTEGER PRIMARY KEY AUTOINCREMENT,
7-
name TEXT PRIMARY KEY
7+
name TEXT UNIQUE
88
);
99
-- # }
1010
-- # { register

0 commit comments

Comments
 (0)