funcion/pedido-ollas #47

Merged
rho merged 92 commits from funcion/pedido-ollas into master 2025-07-15 11:27:30 -03:00
Showing only changes of commit 0e42cf2c14 - Show all commits

View file

@ -27,6 +27,8 @@ class CantidadOllasPedidos extends Migration
*/ */
public function down() public function down()
{ {
// Schema::table('subpedidos', function (Blueprint $table) {
$table->dropColumn('cantidad_ollas');
});
} }
} }