Schema::table('users', function($table) {     $table->string('phone_nr')->after('id'); }); 

Read more of this post