Laravel sebelum migrasi

Schema::table('users', function ($table) {
    $table->string('email')->after('id')->nullable();
});
Courageous Cod