Agregado drop
This commit is contained in:
parent
200c38cb29
commit
0e42cf2c14
1 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@ class CantidadOllasPedidos extends Migration
|
||||||
*/
|
*/
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
//
|
Schema::table('subpedidos', function (Blueprint $table) {
|
||||||
|
$table->dropColumn('cantidad_ollas');
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue