Arreglado error en migración
This commit is contained in:
parent
c53e342f54
commit
01d5abdd99
|
@ -25,7 +25,7 @@ class AgregarIsComprasAUser extends Migration
|
|||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::table('producto_subpedido', function (Blueprint $table) {
|
||||
Schema::table('users', function (Blueprint $table) {
|
||||
$table->dropColumn('is_compras');
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue