Commit af20e348 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-487'

parents e1704850 e1c1b0d1
......@@ -529,6 +529,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