WIP
This commit is contained in:
@@ -16,6 +16,7 @@ return new class extends Migration
|
||||
$table->id();
|
||||
$table->timestamps();
|
||||
$table->boolean('isCover');
|
||||
$table->boolean('isProcessing');
|
||||
$table->bigInteger(column: 'lightboxWidth', unsigned: true)->default(0);
|
||||
$table->bigInteger(column: 'lightboxHeight', unsigned: true)->default(0);
|
||||
$table->foreignIdFor(Album::class);
|
||||
|
||||
Reference in New Issue
Block a user