Commit 4abe8f76 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-487' into 2.3

parents aeba044b 41edbc04
......@@ -484,6 +484,7 @@ class SqlitePlatform extends AbstractPlatform
'decimal' => 'decimal',
'numeric' => 'decimal',
'blob' => 'blob',
'integer unsigned' => 'integer',
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment