public function down() { Schema::table('posts', function (Blueprint $table) { $table->renameColumn('user_id', 'author_ID'); }); }