Table constructor
const
Table(})
Create a synced table.
Local changes are recorded, and remote changes are synced to the local table.
Implementation
const Table(this.name, this.columns,
{this.indexes = const [], String? viewName, this.localOnly = false})
: insertOnly = false,
_viewNameOverride = viewName;