Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8818281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:04:16+00:00 2026-06-14T05:04:16+00:00

The problem is that I have 2 + databases defined in Symfony. And when

  • 0

The problem is that I have 2 + databases defined in Symfony. And when I update table schema with

php app/console dotrine:schema:update --force

it makes the tables in the default database. I’d like to specify which database the table belongs to. How could i do that?

I’m using yaml(yml) format for the entities, example:

Test\ExampleBundle\Entity\TestTable:
    type: entity
    table: test_table
    id:
        id:
            type: integer
            generator:
                strategy: AUTO
    fields:
        name:
            type: string
            length: 255
        sound:
            type: smallint
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T05:04:17+00:00Added an answer on June 14, 2026 at 5:04 am

    Take a deeper look at How to work with Multiple Entity Managers and Connections section of the documentation.

    Doctrine offers you the ability to have multiple connections. You can easily add entity managers to bind your entities to different predefined connections according to the bundles they belong to.

    According to the documentation, you can bind bundles to entity managers, but here is A trick on how to use two entity managers in the same bundle,

    If you want to bind entities from one bundle to different entity managers you can add a “dir” attribute to define a path to a specific entities folder.

    Example,

        entity_managers:
            default:
                connection:       default
                mappings:
                    MyBundle:
                        dir:      Path/To/EntityFolder1
            myManager:
                connection:       myConnection
                mappings:
                    MyBundle:
                        dir:      Path/To/EntityFolder2
    

    You can then put your bundle entities into the right folders according to the connection they are bound to.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

that my problem: I have database table like that: id (AI) market_id 1 6
I have a small Spring app that reads a few databases, and writes a
I have a database defined with charset utf8_general_ci and a table that should store
My problem is that the database fields have been badly designed by previous people
Possible Duplicate: SQL Server Database query help Hi, I have a problem that I
The problem that I have is somehow very specific. I have to implement a
I have a simple problem that I have not been able to find an
We have the problem that we have the open project files in our SVN
I have a problem that I have not faced before: It seems that the
i have bought a template that have built in contact form problem is that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.