Support the ongoing development of Laravel.io →
Configuration Database
Last updated 2 years ago.
0

I think I've solved my problem; here is what I did:

I have chosen a tricky schema name cascade, please be smarter than me and chose a better one.

I dropped the previous cascade schema first:

drop schema "cascade" cascade;

then I created a new one with proper owner which I think I missed the first time:

create schema "cascade" authorization myusername;

then I tried artisan migrate which ended up with migration complaining about the migration table not being existent. fixed it with running artisan migrate:install and everything worked perfectly afterwards.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

fsalehpour fsalehpour Joined 23 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.