ultimatepp/uppdev/SQLApp/SQLApp.sch
cxl 2e4b276e07 Merge continued
git-svn-id: svn://ultimatepp.org/upp/trunk@10263 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:34:39 +00:00

6 lines
133 B
Scheme

TABLE_(TEST)
INT_ (ID) PRIMARY_KEY AUTO_INCREMENT
STRING_ (DATA1, 20)
STRING_ (DATA2, 20)
STRING_ (DATA3, 20)
END_TABLE