mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-05 04:30:43 -06:00
Moved sqlite3 over here.
This commit is contained in:
4
tests/sqlite3/usage/FpSample.sql
Normal file
4
tests/sqlite3/usage/FpSample.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE fp_sample (
|
||||
id INTEGER PRIMARY KEY,
|
||||
fp DOUBLE
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
Reference in New Issue
Block a user