You can use Schema methods — e.g. table() or create() — outside of migrations
- ·
- Telegram
- ·
- Newsletter
I don't do it very often, but you can use Laravel's Schema builder anywhere you want, not just in migrations!
If you ever need to make a temp table to help you mass process data more quickly, it's a great solution.