laravel-query-helper
laravel-query-helper copied to clipboard
Add ignored migration files to config
This package use ignored
/** * @var array */ private $ignoredTables = ['migrations' , 'password_resets' , 'failed_jobs'];
in BaseHelper.php class, this attribute use when the client called setAllTablesFromDatabase function to execute any process on all tables
this attribute should be initialized from such as config file with default values, so we can determine which file will be ignored