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