laravel-menu-builder icon indicating copy to clipboard operation
laravel-menu-builder copied to clipboard

Menu Settings table isn't dropped on migrate:rollback

Open bottlenosecreative opened this issue 3 years ago • 1 comments

2019_08_27_165403_create_menu_settings_table is missing Schema::dropIfExists('menu_settings');

It currently drops the menu_items table instead

bottlenosecreative avatar Jul 13 '20 01:07 bottlenosecreative

Hello @bottlenosecreative,

Thanks for reporting this issue. It's happen because there is a wrong table name in 019_08_27_165403_create_menu_settings_table. It fixed from version v2.3 or later. If you have any other issue then close this one and create new one. If you like this package then don't forget to press the star button. Thanks

maab16 avatar Jul 13 '20 03:07 maab16