Commit 41edbc04 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-487] Map integer unsigned to Doctrine integer.

parent aeba044b
......@@ -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