Why i get error no such column?

后端 未结 1 934
青春惊慌失措
青春惊慌失措 2021-01-26 11:27

I have Company model and model Invintaton, Companies can invite other companies for messaging and now i need show only companies who confirm the messaging

class          


        
1条回答
  •  隐瞒了意图╮
    2021-01-26 12:22

    You have at least two typos in your query:

    • sent_invitations.confrm whereas it should be sent_invitations.confirm
    • Invintation whereas it should be Invitation

    Review your code and fix the typos, assuming the database schema was not generate with the same spelling errors.

    0 讨论(0)
提交回复
热议问题