TestColumnDefinitions<R> extension
Driverless integer/text column shorthands for test schemas.
- on
-
- SchemaBuilder<
R>
- SchemaBuilder<
Methods
-
integer<
W extends int?> (String name, Field< R, W> field, {ColumnOr<int> ? defaultValue}) → ColumnType<W> -
Available on SchemaBuilder<
An int column, stored as an INTEGER, optionally with aR> , provided by the TestColumnDefinitions extensiondefaultValue. -
text<
W extends String?> (String name, Field< R, W> field, {ColumnOr<String> ? defaultValue}) → ColumnType<W> -
Available on SchemaBuilder<
A String column, stored as a TEXT, optionally with aR> , provided by the TestColumnDefinitions extensiondefaultValue.