hell_io asked
o1lab replied
We automatically choose a primary value column for the linkToAnoterRecord
Could you please check if tehre is an empty column in another table
If so, please select some other column as primary value column - this can be done by hovering on column header. And then you can come and refresh the page
hell_io replied
The primary value column is not empty, every row has a value and it’s a text ID (non-null, pk). Renaming column from custom name to “id” doesn’t help, unfortunately
hell_io replied
There’s another interesting problem, you can see it in the first pic, the right column. The values are all the same and don’t make sense cause the primary values in the related table are text IDs as well
elephantum replied
Node: v12.22.1
Arch: x64
Platform: linux
Docker: false
Database: pg
ProjectOnRootDB: true
RootDB: pg
PackageVersion: 0.11.29
hell_io replied
we might have figured out, that we just shouldn’t write rows to the database directly, but only via API. Maybe It’s kinda obvious
So for now I’m gonna try and insert data correctly, and if doesn’t work out - let’s zoom then
o1lab replied