File tree Expand file tree Collapse file tree
user_guide_src/source/dbmgmt Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,9 +201,9 @@ You can use (migrate) with the following options:
201201- ``-n `` - to choose namespace, otherwise (App) namespace will be used.
202202- ``--all `` - to migrate all namespaces to the latest migration
203203
204- This example will migrate Blog namespace with any new migrations on the test database group::
204+ This example will migrate `` Acme\ Blog`` namespace with any new migrations on the test database group::
205205
206- > php spark migrate -g test -n Blog
206+ > php spark migrate -g test -n 'Acme\ Blog'
207207
208208When using the ``--all `` option, it will scan through all namespaces attempting to find any migrations that have
209209not been run. These will all be collected and then sorted as a group by date created. This should help
You can’t perform that action at this time.
0 commit comments