Fix for L6

This commit is contained in:
Patrick Henninger
2022-02-06 23:43:13 +01:00
parent 258ab468ea
commit c26b3b280a

View File

@@ -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();