<!-- Please use this issue tracker for bugs and feature requests only. In case you need support please use one of Yii communities listed at https://github.com/yiisoft/yii2/wiki/communities --> ### What steps will reproduce the problem? ```php $this->run("gii/model", [ "interactive" => false, 'tableName' => "*", "ns" => "common\\models\\base", ]); ``` ### What's expected? ```php $this->run("gii/model", [ "interactive" => false, 'tableName' => "*", 'excluded'=>["migrations",...] "ns" => "common\\models\\base", ]); ``` ### What do you get instead? ### Additional info | Q | A | ---------------- | --- | Yii version | 2.0.45. | PHP version | 7.4 | Database version | mariadb-10.6.8 | Operating system | linux