debug the nikarayan job
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user