Unverified Commit 733c63a0 authored by Marco Pivetta's avatar Marco Pivetta Committed by Sergei Morozov

Merge pull request #3119 from DeyV/develop

Added "string" mapping in SqlitePlatform
parents 137a9622 47f4ba7d
......@@ -637,6 +637,7 @@ class SqlitePlatform extends AbstractPlatform
'real' => 'float',
'serial' => 'integer',
'smallint' => 'smallint',
'string' => 'string',
'text' => 'text',
'time' => 'time',
'timestamp' => 'datetime',
......
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