Skip to content

Namespace accident #194

Open
Open
@AdnanHussainTurki

Description

@AdnanHussainTurki

I have two connections having the same table names say:

connection: mysql has a table called products
connection: inventory has a table called products

when I generate migrations for both connections both of them lies on the same folder database/migrations with the same class name which causes this error:
Cannot declare class CreateProductsTable, because the name is already in use.

Kindly guide me a quick fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions