bigInteger('item_id')->unsigned()->nullable()->after('actor_id'); $table->string('item_type')->nullable()->after('item_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }