NikolaGavric94 / laravel-square

Square integration with Laravel/Lumen >=5.5
MIT License
31 stars 23 forks source link

Change table name #53

Closed extjac closed 3 years ago

extjac commented 3 years ago

How do i change the table names: example... from "nikolag_customers" to "customers". Because when i rename the tables i get the error message.

NikolaGavric94 commented 3 years ago

Hello, it is not possible to change the table name, why would u want to rename them?

extjac commented 3 years ago

Example; after running the migration the table is called "nikolag_customers" and I have table called "customers" instead.

NikolaGavric94 commented 3 years ago

The library is not hooked to work with custom customers tables, you have any critical issues with this?

extjac commented 3 years ago

yep...unfortunately cant use it then. I already have an app working (Models, Controllers, etc)

extjac commented 3 years ago

thanks for the answers