timestamp('actors_last_synced_at')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('instances', function (Blueprint $table) { $table->dropColumn('actors_last_synced_at'); }); } };