tests: add integration test for blob fields
This commit is contained in:
@@ -41,6 +41,7 @@ create table items (
|
||||
rowid integer primary key,
|
||||
description text not null default '',
|
||||
flavor integer references item_flavor(rowid),
|
||||
data blob not null,
|
||||
thing text not null unique,
|
||||
created_at integer not null,
|
||||
updated_at integer not null
|
||||
|
||||
Reference in New Issue
Block a user