Skip to content

Commit 1830e21

Browse files
Update 2021_12_16_141213_create_packages_table.php
1 parent 57eb8da commit 1830e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/migrations/2021_12_16_141213_create_packages_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function up()
2323
$table->string('version')->nullable();
2424
$table->string('icon')->nullable();
2525
$table->string('screenshot')->nullable();
26+
$table->string('screenshot_large')->nullable();
2627
$table->string('description')->nullable();
2728
$table->string('readme')->nullable();
2829
$table->string('homepage')->nullable();

0 commit comments

Comments
 (0)