From 380b0723d70c8872acff648db539cbc1aee1a5d9 Mon Sep 17 00:00:00 2001 From: liyinglin Date: Wed, 3 Jan 2024 16:28:23 +0800 Subject: [PATCH] 1 --- ...2024_01_03_214637_update_product_table.php | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 database/migrations/2024_01_03_214637_update_product_table.php diff --git a/database/migrations/2024_01_03_214637_update_product_table.php b/database/migrations/2024_01_03_214637_update_product_table.php new file mode 100644 index 0000000..72c6a2e --- /dev/null +++ b/database/migrations/2024_01_03_214637_update_product_table.php @@ -0,0 +1,30 @@ +json("factor_item_ids")->nullable(); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}