Merge pull request #21 from witelgroup/feature/HarimPayment

debug the nikarayan job
This commit is contained in:
Amir Ghasempoor
2025-09-08 11:54:09 +03:30
committed by GitHub
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();
});
}