Raw tables: mandatory untyped column for migration suggestion #367
galacticgibbon
started this conversation in
General
Replies: 2 comments 4 replies
|
Or even just a separate table managed by powersync, doesn't need to be a column on your own table. |
0 replies
|
It's not released yet AFAIK, but we added support for exactly that (a "rest" column) in the core extension recently: Also see the general migration strategy ideas in this doc - any comments there would be appreciated. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been using raw tables for a while now and they work well. However, I'm now adding a column to my schema and I noticed that there's not a clean way to go about this yet. I was thinking one solution to this could be for raw tables to have a mandatory untyped column which powersync throws everything into where a column can't be found yet.
Essentially then this works in a similar way to ps_untyped and can be migrated from down the line.
All reactions