Skip to content

Commit

Permalink
Update 2024_04_24_144158_create_backups_table.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Apr 25, 2024
1 parent f30d7f0 commit bdde553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ public function up(): void
$table->string('filepath')->nullable();
$table->string('size')->nullable();
$table->string('disk')->nullable();
$table->string('process_id')->nullable();
$table->longText('settings')->nullable();


$table->tinyInteger('queued')->nullable();
$table->timestamp('queued_at')->nullable();

Expand Down

0 comments on commit bdde553

Please sign in to comment.