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 4f7003e commit a6b6152Copy full SHA for a6b6152
src/Console/MigrateCommand.php
@@ -20,6 +20,7 @@ class MigrateCommand extends BaseCommand
20
{--query-time : Time all the queries individually. }
21
{--allow-no-migration : Doesn\'t throw an exception if no migration is available. }
22
{--all-or-nothing=notprovided : Wrap the entire migration in a transaction. }
23
+ {--no-all-or-nothing : Do not wrap the entire migration in a transaction. }
24
';
25
26
/**
0 commit comments