Open
Description
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
Labels
No labels