test/dbd/sqlite/up.sql in dbd-sqlite-0.1 vs test/dbd/sqlite/up.sql in dbd-sqlite-0.1.1
- old
+ new
@@ -19,5 +19,7 @@
create table timestamp_test (mytimestamp timestamp);
---
create table bit_test (mybit bit);
---
create table field_types_test (foo integer not null primary key default 1);
+---
+create table db_specific_types_test (dbl double);