Customer custom attributes do not save data to customer_entity table
I’m creating a rest API and I need to add a custom columns to the customer_entity table and save the value in that fields within API request. Сreated new attributes in the customer_entity table using UpgradeSchema: public function upgrade(SchemaSetupInterface $setup,… Read More »Customer custom attributes do not save data to customer_entity table