trying to use $count withing query relational api
PostgresError: column projects.project_id does not exist
1 Reply
generated query:
why is it using
projects.project_id
ive also tried
same error
I can fix it if i rename my project table column name
from "id" to id: serial("project_id").primaryKey(),
anyone got a better solution?