prefix name table
#2029
-
in next version perhaps, can add prefix in name table, ex: spatie_role...etc. |
Beta Was this translation helpful? Give feedback.
Answered by
erikn69
Feb 23, 2022
Replies: 1 comment 2 replies
-
You can customize table names with a prefix #2027 'table_names' => [
'roles' => 'spatie_roles',
... |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
drbyte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can customize table names with a prefix #2027