Skip to content

Commit

Permalink
Update database example
Browse files Browse the repository at this point in the history
  • Loading branch information
lanhktc committed Jan 31, 2021
1 parent f76bf89 commit 02d077b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ public function up()

Schema::create(SC_DB_PREFIX.'shop_product_download', function (Blueprint $table) {
$table->increments('id');
$table->integer('product_id', 50);
$table->integer('product_id');
$table->string('path', 255);

}
Expand Down
Binary file modified database/s-cart-example.sql
Binary file not shown.

0 comments on commit 02d077b

Please sign in to comment.