Schema:: table('users', function($ table) { $ table->dropColumn('votes', 'avatar', 'location'); }); ...
kejyun.github.io