mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
SQLITE3 AUTO_INCREMENT empty
git-svn-id: svn://ultimatepp.org/upp/trunk@492 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
45d1f439d2
commit
b802e680c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);", \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue