mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Update 2022_02_06_194000_create_shoppingcart_items_table.php
This commit is contained in:
@@ -28,7 +28,7 @@ class CreateShoppingcartItemsTable extends Migration
|
|||||||
$table->integer('qty')->nullable();
|
$table->integer('qty')->nullable();
|
||||||
$table->float('discount_rate')->nullable();
|
$table->float('discount_rate')->nullable();
|
||||||
$table->unsignedBigInteger('discount_fixed')->nullable();
|
$table->unsignedBigInteger('discount_fixed')->nullable();
|
||||||
$table->float('taxRate')->nullable();
|
$table->float('tax_rate')->nullable();
|
||||||
|
|
||||||
/* Custom-Options of the CartItem */
|
/* Custom-Options of the CartItem */
|
||||||
$table->json('options');
|
$table->json('options');
|
||||||
|
|||||||
Reference in New Issue
Block a user