accessibility-exchange / platform

The Accessibility Exchange platform.
https://github.com/orgs/accessibility-exchange/projects/2/views/8
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'preferred_contact_language' in 'field list'... #2145

Closed jobara closed 6 months ago

jobara commented 6 months ago

Illuminate\Database\QueryException

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'preferred_contact_language' in 'field list' (Connection: mysql, SQL: update regulated_organizations set about = {"en":"Chester with his testers","fr":"Bonjour"}, preferred_contact_language = en, regulated_organizations.updated_at = 2024-02-20 17:40:42 where id = 1)

:dart: Illuminate\Database\Connection::runQueryCallback :page_facing_up: /vendor/laravel/framework/src/Illuminate/Database/Connection.php

820   }
821   
822*  throw new QueryException(
823       $this->getName(), $query, $this->prepareBindings($bindings), $e
824   );

Open in Flare