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 50a6033 commit c618ceaCopy full SHA for c618cea
config/masked-dump.php
@@ -9,6 +9,7 @@
9
* Use this dump schema definition to remove, replace or mask certain parts of your database tables.
10
*/
11
'default' => DumpSchema::define()
12
+ ->allTables()
13
->table('users', function (TableDefinition $table) {
14
$table->replace('name', function (Faker $faker) {
15
return $faker->name;
0 commit comments