exekias
How can I get data from a different table when adding a column? - Multi Schema Migrations
thank you for confirming btw! I've created this issue to follow up: https://github.com/xataio/pgroll/issues/473
8 replies
Non-default file attributes not accessible via Kysely query builder
Hi @Rick182 ! I'm afraid it's not possible to access
signedUrl
via SQL as of today, you would need to use the data API (ie with the Xata SDK) to get this field. We have been discussing this issue internally and want to eventually expose signedUrl
& others via SQL!3 replies
Migrations across workspaces
Hi! If you use the Xata workflow to handle your schema (more info here: https://xata.io/docs/getting-started/workflow), you can connect as many databases as you want to your repo. Then the schema changes will happen to all connected databases every time you push a new migration to the repo.
21 replies