Table of Contents

Property Columns

Namespace
PowerSync.Common.DB.Schema
Assembly
PowerSync.Common.dll

Columns

When defined, a list of column names for which old values should be tracked.

[JsonProperty("columns")]
public List<string>? Columns { get; set; }

Property Value

List<string>