mardi 27 octobre 2015

SQLSTATE[42S02]: Base table or view not found: 1146 Table

I am creating laravel's registration part. My table name is 'owner' and in coding I wrote 'owner' as a table name, but still when I try to submit the registration form I am getting the error page as,

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'engage.owners' doesn't exist (SQL: insert into owners.....

As there is no 'owners' table in my 'engage' database, I don't know why it's trying to insert into 'owners' table rather than 'owner'table.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire