mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
refactored fixture.
This commit is contained in:
@ -343,7 +343,6 @@ class Migration extends \yii\base\Component
|
||||
* Builds and executes a SQL statement for dropping a primary key.
|
||||
* @param string $name the name of the primary key constraint to be removed.
|
||||
* @param string $table the table that the primary key constraint will be removed from.
|
||||
* @return Command the command object itself
|
||||
*/
|
||||
public function dropPrimaryKey($name, $table)
|
||||
{
|
||||
|
Reference in New Issue
Block a user