RowID turning into text column

As mentioned in the title, all the RowID columns in all the Glide tables in my app randomly switched to a text column. I have deleted, signed out and back in, and re-added and no luck. As soon as I add the RowID column back into a table it immediately becomes a text column.

In testing, creating an entirely new Glide table will allow the RowID and have it work properly but I don’t want to rebuild everything into entirely new Glide tables, especially if they might just randomly break again…

I’ve also undone and re-done row owner columns thinking that might be related, but the issue persisted regardless.

I don’t understand what happened and why this broke so unexpectedly. Has anyone experienced similar issues? Thanks!

A RowID column is a text column, albeit a special kind of text column.

The important thing is whether or not it functions properly as a RowID column. The easy way to test that is to add a row to the table. The RowID column should automatically be populated. Is that what happens in your case?

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.