Kamil Stępień
Results
1
comments of
Kamil Stępień
The error indicates that `Employee` belongsTo `User`, not the other way around. It should be `users` table that has `employee_id` in such situation. ``` employees (hasOne User) - id -...