kReservedColumnNames top-level constant
Column names auto-migration never adds, renames, or drops: the sync core
fields plus anything __-prefixed (engine-internal, e.g. __typename).
Implementation
const Set<String> kReservedColumnNames = {'id', 'userId', 'modifiedAt', 'createdAt', 'version', 'isDeleted'};