Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

grails postgres Message: ERROR: column this_.id does not exist

grails with postgres for User domain.

 Message: ERROR: column this_.id does not exist
like image 699
suresh goud Avatar asked Oct 18 '25 16:10

suresh goud


1 Answers

Got the issue. For User domain, I've postgres table as "user". So by default when it is trying to query user table, its not querying with "user.id". There is something wrong with postgres for "user" table.

So I updated my "user" table to "myapp_user" table. The problem got solved.

like image 64
suresh goud Avatar answered Oct 20 '25 06:10

suresh goud



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!