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 0ebd4d7 commit 8c1c1cfCopy full SHA for 8c1c1cf
config/app.example.php
@@ -45,7 +45,9 @@
45
// For meta file generator
46
'generatorTasks' => [
47
],
48
- // For Migrations plugin DatabaseTableTask generator task
+ // A regex pattern - for Migrations plugin DatabaseTableTask generator task
49
+ 'ignoreDatabaseTables' => null,
50
+ // A list of tables - for Migrations plugin DatabaseTableTask generator task
51
'skipDatabaseTables' => null,
52
// For Illuminator tasks
53
'illuminatorTasks' => [
0 commit comments