regress(-1); $migrate->latest(); echo "migrated"; } catch (\Exception $e) { echo $e->getMessage(); } } }