We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38219f8 commit c4eb98cCopy full SHA for c4eb98c
README.md
@@ -78,7 +78,7 @@ To generate migrations for all the tables in the database at once (except the ex
78
php yii migration/create *
79
php yii migration/update *
80
```
81
-
+In environments that hijack asterisk (like dockerized env) use `"*"`.
82
You can generate multiple migrations for many tables at once by separating the names with comma:
83
84
0 commit comments