I just created a new project for a Rails app, and it worked for most of the collections, (Orders, Products) except Line Items, where I get this error:
Records Index error: PG::UndefinedFunction: ERROR: operator does not exist: bigint = character varying
LINE 1: …order_id" LEFT OUTER JOIN “foods” ON “foods”.“id” = "line_it…
I do have a column there “cart_id” that is null.
Ideas?
Great product, thanks!
Peter