refactored fixture.

This commit is contained in:
Qiang Xue
2014-01-18 16:18:33 -05:00
parent 5ac1ec5d33
commit 87be9deaf0
12 changed files with 690 additions and 232 deletions

View File

@ -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)
{