mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-07 13:41:11 -06:00
Moved sqlite3 over here.
This commit is contained in:
5
tests/sqlite3/usage/TabSample.sql
Normal file
5
tests/sqlite3/usage/TabSample.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE tab_sample (
|
||||
alpha bigint(20) DEFAULT NULL,
|
||||
beta tinyint(1) DEFAULT NULL,
|
||||
gamma varchar(255) DEFAULT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
Reference in New Issue
Block a user