Bolt 5 : doctrine table prefix can be changed ? #3346
Answered
by
abdellahrk
celtic34fr
asked this question in
Q&A
-
Hi there, does anyone know how to change the prefix value of doctrine tables? When I created custom entities with the name directive, the name I gave was prefixed with 'bolt', I want to have another prefix to distinguish bolt core entity from entities in my application. |
Beta Was this translation helpful? Give feedback.
Answered by
abdellahrk
Jan 17, 2023
Replies: 1 comment 1 reply
-
@celtic34fr you can look into |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
celtic34fr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@celtic34fr you can look into
config/services.yaml
there is a key underparameters
callbolt.table_prefix
if that can help.