Table::where('Column', Value)->where('NewColumn', Value)->get();
php artisan make:model Flight --migration php artisan make:model Flight -m