Enum ColumnType
public enum ColumnType
Fields
Text = 0Integer = 1Real = 2Inferred = 3Infers the column type based on the associated property's PropertyType. NB:
ColumnType.Inferredcan only be used when using the PowerSync.Common.DB.Schema.Attributes syntax.