I get an Error 500 wheni try to enter a new client.
This is in the lavarel log…
[2023-09-21 15:50:52] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘classification’ in ‘field list’ (Connection: mysql, SQL: insert into clients
(company_id
, user_id
, name
, website
, private_notes
, public_notes
, balance
, paid_to_date
, country_id
, is_deleted
, client_hash
, settings
, classification
, group_settings_id
, address1
, address2
, city
, state
, postal_code
, phone
, industry_id
, size_id
, vat_number
, id_number
, shipping_address1
, shipping_address2
, shipping_city
, shipping_state
, shipping_postal_code
, shipping_country_id
, custom_value1
, custom_value2
, custom_value3
, custom_value4
, routing_id
, is_tax_exempt
, assigned_user_id
, updated_at
, created_at
) values (1, 1, , ?, ?, ?, 0, 0, 56, 0, UN5PCwA2PmxMyFsnL44TcM8FfmPKbXuSpzdjiRKR, {“entity”:“App\Models\Client”,“industry_id”:“”,“size_id”:“”,“currency_id”:“3”}, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 0, ?, 2023-09-21 15:50:52.867616, 2023-09-21 15:50:52.867616)) {“userId”:1,“exception”:"[object] (Illuminate\Database\QueryException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘classification’ in ‘field list’ (Connection: mysql, SQL: insert into clients
(company_id
, user_id
, name
, website
, private_notes
, public_notes
, balance
, paid_to_date
, country_id
, is_deleted
, client_hash
, settings
, classification
, group_settings_id
, address1
, address2
, city
, state
, postal_code
, phone
, industry_id
, size_id
, vat_number
, id_number
, shipping_address1
, shipping_address2
, shipping_city
, shipping_state
, shipping_postal_code
, shipping_country_id
, custom_value1
, custom_value2
, custom_value3
, custom_value4
, routing_id
, is_tax_exempt
, assigned_user_id
, updated_at
, created_at
) values (1, 1, , ?, ?, ?, 0, 0, 56, 0, UN5PCwA2PmxMyFsnL44TcM8FfmPKbXuSpzdjiRKR, {"entity":"App\\Models\\Client","industry_id":"","size_id":"","currency_id":"3"}, , ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 0, ?, 2023-09-21 15:50:52.867616, 2023-09-21 15:50:52.867616)) at /home/customer/www/myprefix.mydomain.be/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:801)