how to save data to my custom column in customer_address_entity
i have made custom column called coord in customer_address_entity using db_schema.xml <!– add coordinate to customer address entity –> <table name=”customer_address_entity” resource=”default” engine=”innodb” comment=”Customer Address Entity”> <column xsi:type=”text” name=”coord” nullable=”true” comment=”Coordinate”/> </table> to save the data i make an observer… Read More »how to save data to my custom column in customer_address_entity