text static method
Implementation
static TextColumn text(String name, {bool nullable = false, String? defaultValue, bool unique = false}) => TextColumn(name, nullable: nullable, defaultValue: defaultValue, unique: unique);
static TextColumn text(String name, {bool nullable = false, String? defaultValue, bool unique = false}) => TextColumn(name, nullable: nullable, defaultValue: defaultValue, unique: unique);