Skip to content

Commit

Permalink
Update 2021_12_16_141213_create_packages_table.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Jan 15, 2024
1 parent 57eb8da commit 1830e21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function up()
$table->string('version')->nullable();
$table->string('icon')->nullable();
$table->string('screenshot')->nullable();
$table->string('screenshot_large')->nullable();
$table->string('description')->nullable();
$table->string('readme')->nullable();
$table->string('homepage')->nullable();
Expand Down

0 comments on commit 1830e21

Please sign in to comment.