This commit is contained in:
parent
5317ae2227
commit
7fdb9509f0
@ -136,6 +136,10 @@ class Doctrine_Import_Sqlite extends Doctrine_Import
|
||||
'notnull' => (bool) $val['notnull'],
|
||||
'default' => $val['dflt_value'],
|
||||
'primary' => (bool) $val['pk'],
|
||||
'length' => null,
|
||||
'scale' => null,
|
||||
'precision' => null,
|
||||
'unsigned' => null,
|
||||
);
|
||||
$columns[$val['name']] = $description;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user