rawTables property
A list of RawTables in addition to PowerSync-managed tables.
Raw tables give users full control over the SQLite tables, but that includes the responsibility to create those tables and to write migrations for them.
For more information on raw tables, see RawTable and the documentation.
Implementation
final List<RawTable> rawTables;