X
Xata2mo ago
qwame

Links

From the ui, I can create a new column that's a link to another table. However, this new field pulls all the fields from the linked table. How do I disable that? Basically all I want is this behavior in sql:
column text not null references "user" ("id")
column text not null references "user" ("id")
2 Replies
tsg
tsg2mo ago
Do you mean in the UI or SDK. In the UI the only way currently is to deselect them from the Columns menu
qwame
qwameOP2mo ago
It's in the UI. If there's a way to do it through the sdk, that'd be great

Did you find this page helpful?