mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-14 21:30:17 +08:00
pull origin
This commit is contained in:
@@ -40,6 +40,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
|
||||
Schema::TYPE_MONEY => 'decimal(19,4)',
|
||||
];
|
||||
|
||||
|
||||
/**
|
||||
* Builds a SQL statement for renaming a column.
|
||||
* @param string $table the table whose column is to be renamed. The name will be properly quoted by the method.
|
||||
|
||||
@@ -52,6 +52,7 @@ class Schema extends \yii\db\Schema
|
||||
'enum' => self::TYPE_STRING,
|
||||
];
|
||||
|
||||
|
||||
/**
|
||||
* Quotes a table name for use in a query.
|
||||
* A simple table name has no schema prefix.
|
||||
|
||||
Reference in New Issue
Block a user