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: ```sql column text not null references "user" ("id") ```