mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Fix for L6
This commit is contained in:
@@ -25,7 +25,7 @@ class CreateShoppingcartItemsTable extends Migration
|
||||
|
||||
/* The price of the CartItem */
|
||||
$table->unsignedBigInteger('price')->nullable();
|
||||
$table->unsignedFloat('discount_rate')->nullable();
|
||||
$table->float('discount_rate')->nullable();
|
||||
$table->unsignedBigInteger('discount_fixed')->nullable();
|
||||
$table->float('taxRate')->nullable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user