mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
5 lines
106 B
Scheme
5 lines
106 B
Scheme
TABLE_(PERSON)
|
|
INT_ (ID) PRIMARY_KEY
|
|
STRING_ (NAME, 200)
|
|
STRING_ (LASTNAME, 200)
|
|
END_TABLE
|