mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
typo: primarykey -> primaryKey
This commit is contained in:
@@ -200,7 +200,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
|
||||
* @return string the SQL statement for removing a primary key constraint from an existing table.
|
||||
* @throws NotSupportedException this is not supported by SQLite *
|
||||
*/
|
||||
public function dropPrimarykey($name, $table)
|
||||
public function dropPrimaryKey($name, $table)
|
||||
{
|
||||
throw new NotSupportedException(__METHOD__ . ' is not supported by SQLite.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user