sqliteTable is deprecated
Apparently sqliteTable is deprecated and I couldn't find the replacement for it.
2 Replies
sqliteTable
is stil the way to define tables in SQLite. What's deprecated is returning an object instead of an array in the third parameter.
We are aware of an issue where the deprecation notice appears if you don't have the third param, something which shouldn't happenthanks for clarifying