columns property
List<({bool autoIncrement, Object? defaultValue, bool isNotNull, String name, ColumnType<Object?> type})>
columns
final
Implementation
final List<
({
String name,
ColumnType type,
bool isNotNull,
Object? defaultValue,
bool autoIncrement,
})> columns;