OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions Can't add column to exists table

This topic contains 1 reply, has 1 voice, and was last updated by  abel 7 years, 8 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #25231

    abel
    Participant

    I want add a column to orocrm_magento_customer, I already use 2 way but all fail
    1. When I use migration:

    then update schema but it’s not run
    2. When I use Entity file (extends Customer magento entity file)

    then update schema but have 1 error occurred: table ‘pos_crm/orocrm_magento_customer’ is already exits
    and when I delete annotation, then update schema, it’s not work.
    Someone have an idea?

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #25232

    abel
    Participant

    Update answer: update migration by ‘oro:migration:load’ command not ‘doctrine:schema:load’
    Sorry guys for this question :)

Viewing 1 replies (of 1 total)

The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.

Back to top