Issue #1177284 by ohnobinki: Fixed Add support to sqlite for char:normal type.

8.0.x
webchick 2011-07-28 17:05:53 -04:00
parent fb727f3558
commit 78651cb0a6
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ class DatabaseSchema_sqlite extends DatabaseSchema {
// $map does not use drupal_static as its value never changes.
static $map = array(
'varchar:normal' => 'VARCHAR',
'char:normal' => 'CHAR',
'text:tiny' => 'TEXT',
'text:small' => 'TEXT',