error logs mayne

This commit is contained in:
2025-05-22 18:31:50 +01:00
parent 8575712931
commit 27a0f5b988
3 changed files with 24 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ return new class extends Migration
$table->string('status');
$table->longText('script');
$table->longText('logs')->nullable();
$table->longText('error_logs')->nullable();
$table->text('secrets')->nullable();
$table->dateTime('started_at')->nullable();
$table->dateTime('finished_at')->nullable();