debug the nikarayan job

This commit is contained in:
2025-09-08 11:52:37 +03:30
parent dbd6c89345
commit 2fa8269c1f
4 changed files with 7 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ return new class extends Migration
$table->id();
$table->foreignId('road_observed_id')->constrained('road_observeds');
$table->text('response');
$table->timestamps()->default(DB::raw('CURRENT_TIMESTAMP'));
$table->timestamps();
});
}