Fix DB\Sqlite
This commit is contained in:
parent
04f5906281
commit
474dd4d439
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ class Sqlite
|
|||
* @var array
|
||||
*/
|
||||
protected $types = [
|
||||
'INTEGER' => 'i',
|
||||
'REAL' => 'i',
|
||||
'NUMERIC' => 'i',
|
||||
'integer' => 'i',
|
||||
'real' => 'i',
|
||||
'numeric' => 'i',
|
||||
];
|
||||
|
||||
public function __construct(DB $db, string $prefix)
|
||||
|
|
Loading…
Add table
Reference in a new issue