cURL
curl --request POST \ --url https://x8ki-letl-twmt.n7.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/tableref \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "user_id", "tableref_id": 101 } '
{ "name": "<string>" }
Create a table reference column to establish relationships with other database tables
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
public
private
internal
single
list
Show child attributes
Success!
Was this page helpful?