migration
-

Add column to table in Laravel
Create migration in console: Use Schema::table() to access existing table (instead of Schema::create() for creating new tables) Then run migrations:

Create migration in console: Use Schema::table() to access existing table (instead of Schema::create() for creating new tables) Then run migrations: