Commit 68a6836c authored by Benjamin Eberlei's avatar Benjamin Eberlei

DBAL-212: Add longvarchar

parent f02547ab
......@@ -470,6 +470,7 @@ class SqlitePlatform extends AbstractPlatform
'longtext' => 'text',
'text' => 'text',
'varchar' => 'string',
'longvarchar' => 'string',
'varchar2' => 'string',
'nvarchar' => 'string',
'image' => 'string',
......
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