I really hate SQL

This commit is contained in:
2016-04-22 20:00:31 +10:00
parent ba295099f3
commit 5285397101
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ CREATE TABLE IF NOT EXISTS LiveCharacters (
--metadata
owner INTEGER REFERENCES UserAccounts(uid),
handle varchar(100) UNIQUE,
handle varchar(100),
avatar varchar(100),
birth timestamp NOT NULL DEFAULT (datetime()),