diff --git a/framework/console/controllers/MigrateController.php b/framework/console/controllers/MigrateController.php index f5fdb0595d..a3d0d34a67 100644 --- a/framework/console/controllers/MigrateController.php +++ b/framework/console/controllers/MigrateController.php @@ -160,7 +160,7 @@ class MigrateController extends BaseMigrateController public function optionAliases() { return array_merge(parent::optionAliases(), [ - 'c' => 'comment', + 'C' => 'comment', 'f' => 'fields', 'p' => 'migrationPath', 't' => 'migrationTable',