->updateOrCreate([
                  
                  
                          'id' => $data['id'],
                  
                  
                      ], $data);
                  
                  
                  
                  
                  
                  В ответ получаю 
                  
                  
                  SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db.account_users' doesn't exist (SQL: select * from `account_users` where (`id` = 12345) limit 1)
                  
                  
                  
                  
                  
                  Но ведь там же updateOrCreate, что не так?
                  
                  
                  
                  
                  
                  Laravel 8.0
                  
                  
                
Ну у тебя прям таблицы нет
Обсуждают сегодня