What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

We are facing this issue when run console propel:install command. After creating Schema for extend c

Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

We are facing this issue when run console propel:install command. After creating Schema for extend customer table..

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Lead Spryker Solution Architect / Technical Director Posts: 690 πŸͺ - Explorer

    Check the file you have created, I bet there is an empty table definition inside (or no table definition at all).

    If not check if it includes valid XML

  • Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet

    Can you please check my xml file, Which point we are missed :-
    <?xml version="1.0"?>
    "name="zed" xsi:schemaLocation="spryker:schema-01 " namespace="Orm\Zed\Customer\Persistence" package="src.Orm.Zed.Customer.Persistence">

    <table name="spy_customer">
         <column name="description" type="VARCHAR" size="255" required="false"/>
    </table>
    

  • Posts: 61 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited August 2022

    @UL6DGRULR We have seen our command created new field successfully.. You can check in the screen shot. But now we are not able to see our new field on customer page. Also I have clear the cache.

  • Posts: 46 πŸ§‘πŸ»β€πŸš€ - Cadet

    @UL6DGRULR I want to create table product_table1(contain columns) and extend the table to default product for back end and front end to display information product_table1 mapped with product_id. How can i achieve it?

Welcome!

It looks like you're new here. Sign in or register to get started.