Raw tables: mandatory untyped column for migration suggestion #367
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. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions