statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 73 forks source link

add prefix to auth tables #152

Closed goellner closed 1 year ago

goellner commented 1 year ago

would be great if the role_user and group_user table would get prefixed too, as it is only used by the statamic auth and not the whole laravel app. maybe the password_activation_tokens table too

ryanmitchell commented 1 year ago

These tables arent used in eloquent driver? User-driven database functions happen over in statamic/cms

jasonvarga commented 1 year ago

Yup. That happens in the core. You can adjust your migrations to include whatever prefix you want, and then adjust the configs appropriately.