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() + { + // + } +}