ChangesetOperation constructor
ChangesetOperation({})
Implementation
ChangesetOperation({
required this.table,
required this.columnCount,
required this.operation,
required this.oldValues,
required this.newValues,
});