scoumbourdis / grocery-crud-codeigniter-4

GNU General Public License v3.0
68 stars 38 forks source link

database prefix #23

Open MeCorvus opened 2 years ago

MeCorvus commented 2 years ago

Thank you for this excellent project and the CI4 support.

It seems that the use of a base prefix does not work for grocery-crud generated requests.

I set a prefix in the .env file : database.default.DBPrefix = test_ (And I prefix my tables correctly)

grocery-crud seems to ignore it completely and displays a message saying that the table does not exist.