3
alter table `market_market_types` 
add constraint `market_market_types_market_id_foreign` 
foreign key (`market_id`) references `market` (`id`) 
on delete cascade;

While trying to run the query above in mysql workbench I get an error that says query interrupted and no errors are displayed My view configurations are as follows

enter image description here

1
  • Please do not use any tags that have nothing to do with the question. There is no association with Laravel, so please remove the tag. Commented Jul 18, 2019 at 8:23

1 Answer 1

5

you should check first if the output area height is actually visible (drag the bottom of the main view if not)

The most probable issue should be that there is no default database selected: just double clic on desired one.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.