mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
5 lines
123 B
Scheme
5 lines
123 B
Scheme
TABLE_(TEST_TABLE)
|
|
INT_ (ID) PRIMARY_KEY AUTO_INCREMENT
|
|
STRING_ (VALUE, 32)
|
|
STRING_ (NAME, 200)
|
|
END_TABLE
|