mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
5 lines
192 B
Scheme
5 lines
192 B
Scheme
TABLE(TEST_TABLE) // Note that column names definition is simply shared between schemas
|
|
INT (ID) PRIMARY_KEY AUTO_INCREMENT
|
|
STRING (VALUE, 32)
|
|
STRING_ (NAME, 200)
|
|
END_TABLE
|