Laravel 5.6
In my project there is a table named "jobs" and Model named "Job".
Now i want to use Laravel Queues, But migration will make job table and model which i have already taken.
So how to tackle this situation? Somebody help! Thanks in advance.!