File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Configuration Reference
2727 # RDBMS specific; Refer to the manual of your RDBMS for more information
2828 charset : ~
2929
30+ # Adds the given suffix to the configured database name, this option has no effects for the SQLite platform
3031 dbname_suffix : ~
3132
3233 # SQLite specific
@@ -151,6 +152,8 @@ Configuration Reference
151152 user : root
152153 password : ~
153154 charset : ~
155+
156+ # Adds the given suffix to the configured database name, this option has no effects for the SQLite platform
154157 dbname_suffix : ~
155158 path : ~
156159 memory : ~
@@ -451,6 +454,7 @@ Configuration Reference
451454 <doctrine : default-table-option name =" engine" >InnoDB</doctrine : default-table-option >
452455
453456 <!-- example -->
457+ <!-- dbname_suffix: Adds the given suffix to the configured database name, this option has no effects for the SQLite platform -->
454458 <!-- unix-socket: The unix socket to use for MySQL -->
455459 <!-- persistent: True to use as persistent connection for the ibm_db2 driver -->
456460 <!-- protocol: The protocol to use for the ibm_db2 driver (default to TCPIP if omitted) -->
You can’t perform that action at this time.
0 commit comments