Agregado drop

This commit is contained in:
Alejandro Tasistro 2025-06-23 20:49:57 -03:00
parent 200c38cb29
commit 0e42cf2c14

View file

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