Promotion Frontend dynamic
This commit is contained in:
parent
c9e1545693
commit
1cc8e025a1
29 changed files with 551 additions and 163 deletions
|
|
@ -30,6 +30,7 @@ class CreateShippingPricesTable extends Migration
|
|||
$table->unsignedInteger('weight_from')->nullable();
|
||||
$table->unsignedInteger('weight_to')->nullable();
|
||||
|
||||
$table->unsignedTinyInteger('shipping_for')->default(1);
|
||||
|
||||
$table->timestamps();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue