Prefixes in laravel tables. #33990
Answered
by
Vusys
jurgen-nmc
asked this question in
General
-
There would be quite helpful to put prefixes for laravel package tables like job, failed jobs etc for ex laravel_jobs |
Beta Was this translation helpful? Give feedback.
Answered by
Vusys
Aug 26, 2020
Replies: 1 comment
-
You can do this in the config for queues.
and
You can also rename the migrations table in the database config:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jurgen-nmc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do this in the config for queues.
and
You can also rename the migrations table in the database config: