pull/42/head
Ludovic Marcotte 2014-06-23 12:19:02 -04:00
parent 9fa0b42e19
commit 3523dc489f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
= (@"CREATE TABLE %@ ("
@" c_path VARCHAR(255) PRIMARY KEY,"
@" c_parent_path VARCHAR(255),"
@" c_type TINYINT NOT NULL,"
@" c_type TINYINT UNSIGNED NOT NULL,"
@" c_creationdate INT NOT NULL,"
@" c_lastmodified INT NOT NULL,"
@" c_version INT NOT NULL DEFAULT 0,"