SQLITE3 AUTO_INCREMENT empty

git-svn-id: svn://ultimatepp.org/upp/trunk@492 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-09-30 19:03:10 +00:00
parent 45d1f439d2
commit b802e680c5

View file

@ -37,7 +37,7 @@
#define BLOB_(x) COLUMN_("blob", String, x, 0, 0)
#define PRIMARY_KEY INLINE_ATTRIBUTE("primary key")
#define AUTO_INCREMENT INLINE_ATTRIBUTE("autoincrement")
#define AUTO_INCREMENT
#define NOT_NULL INLINE_ATTRIBUTE("not null")
#define INDEX ATTRIBUTE("create index IDX_@x on @t(@c);", \