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