mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
5 lines
103 B
SQL
5 lines
103 B
SQL
CREATE TABLE fp_sample (
|
|
id INTEGER PRIMARY KEY,
|
|
fp DOUBLE
|
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|