laravel-query-helper icon indicating copy to clipboard operation
laravel-query-helper copied to clipboard

Add ignored migration files to config

Open karam-mustafa opened this issue 3 years ago • 0 comments

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

karam-mustafa avatar May 13 '22 19:05 karam-mustafa