mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-12 10:18:27 +01:00
Added Schema::DOUBLE to represent ANSI SQL Double Precision
This commit is contained in:
@@ -29,6 +29,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
|
||||
Schema::TYPE_INTEGER => 'integer',
|
||||
Schema::TYPE_BIGINT => 'bigint',
|
||||
Schema::TYPE_FLOAT => 'double precision',
|
||||
Schema::TYPE_DOUBLE => 'double precision',
|
||||
Schema::TYPE_DECIMAL => 'numeric(10,0)',
|
||||
Schema::TYPE_DATETIME => 'timestamp(0)',
|
||||
Schema::TYPE_TIMESTAMP => 'timestamp(0)',
|
||||
|
||||
Reference in New Issue
Block a user