X
Xata2mo ago
Oreki

were options like `start`, `end`, `after` and `before` removed from pagination options?

were options like start, end, after and before removed from pagination options?
6 Replies
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
LogicSatinn
LogicSatinn2mo ago
Unknown User
Unknown User2mo ago
Message Not Public
Sign In & Join Server To View
qwame
qwame2mo ago
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")
Oreki
OrekiOP2mo ago
i seem to be unable to run this query in the dashboard
ALTER TABLE cards ADD COLUMN "index" SERIAL PRIMARY KEY;
ALTER TABLE cards ADD COLUMN "index" SERIAL PRIMARY KEY;
Error: invalid SQL: unsupported statement [ALTER TABLE] on strict level, see https://xata.io/sql-support for the support matrix
Connect to Postgres
Learn how to connect to Postgres directly via the wire protocol
Unknown User
Unknown User4w ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?