ulib/3party/sqlpp11/tests/sqlite3/usage/FpSample.sql

5 lines
103 B
MySQL
Raw Normal View History

CREATE TABLE fp_sample (
id INTEGER PRIMARY KEY,
fp DOUBLE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;