0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00
sqlpp11/tests/sqlite3/usage/BlobSample.sql

5 lines
105 B
MySQL
Raw Normal View History

2021-08-02 02:37:36 +08:00
CREATE TABLE blob_sample (
id INTEGER PRIMARY KEY,
data blob
) ENGINE=InnoDB DEFAULT CHARSET=latin1;