Support the ongoing development of Laravel.io →
Configuration
Last updated 1 year ago.
0

Read the error, it seems that a users table already exists.Check your database.

Btw, what does the down() function in your migration look like?

Last updated 1 year ago.
0

Hello Dean,

The database has currently NO tables at all.

And the down() function:

public function down()
{
    Schema::drop('users');
}
Last updated 1 year ago.
0

maybe there is a view with the same name...

Last updated 1 year ago.
0

tamirh67 the whole database is empty and doesn't have views or tables.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

sandersjj sandersjj Joined 2 Dec 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.