You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
When initialising the settings I get this error:
Column not found: 1054 Unknown column 'theme' in 'field list' (SQL: insert into
user_settings
(settable_id
,settable_type
,metadata_id
,theme
,updated_at
,created_at
) values (1, App\Models\Company, 1, dark, 2022-02-15 10:01:07, 2022-02-15 10:01:07))users.php:
Initialization:
I'm initialising because I use a seeder to create the models.
I have migrated the settings and company is another model connected to user model by foreign ID.
User model:
Company model:
Am I missing something?
Note: I was able to create user settings but when I added company that's when the error started.
Versions:
The text was updated successfully, but these errors were encountered: