sqliteAny method

  1. @protected
ColumnBuilder<DriftAny> sqliteAny()

Use this as a the body of a getter to declare a column that holds arbitrary values not modified by drift at runtime.

The type of this column in the schema is ANY, which is particularly useful for columns with an unknown type in isStrict tables. This type has no direct equivalent for other database engines.

Implementation

@protected
ColumnBuilder<DriftAny> sqliteAny() => _isGenerated();