Episode 4: Models, Migration, and Database
- Look at the /config/database.php file
- Use sqlite for demo database
touch storage/database.sqlite
- Look at migration files
- Explain naming convention
php artisan migrate
- Explain migration, rollback, and refresh
- Explain up() and down()
- Explain what timestamps() is
- Create a default record for user
- Create a migration for roles table