Table of Contents

Enum ColumnType

Namespace
PowerSync.Common.DB.Schema
Assembly
PowerSync.Common.dll
public enum ColumnType

Fields

Text = 0
Integer = 1
Real = 2
Inferred = 3

Infers the column type based on the associated property's PropertyType. NB: ColumnType.Inferred can only be used when using the PowerSync.Common.DB.Schema.Attributes syntax.