mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@4167 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
851252eb5a
commit
b673da7715
2 changed files with 9 additions and 0 deletions
5
reference/SQL_MySql/init
Normal file
5
reference/SQL_MySql/init
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#ifndef _SQL_MySql_icpp_init_stub
|
||||
#define _SQL_MySql_icpp_init_stub
|
||||
#include "Core/init"
|
||||
#include "MySql/init"
|
||||
#endif
|
||||
4
reference/SQL_MySql/schema.sch
Normal file
4
reference/SQL_MySql/schema.sch
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
TABLE_(TEST_TABLE)
|
||||
INT_ (ID) PRIMARY_KEY AUTO_INCREMENT
|
||||
STRING_ (VALUE, 32)
|
||||
END_TABLE
|
||||
Loading…
Add table
Add a link
Reference in a new issue