Create a text column
ColumnDefinition text(String name) { return ColumnDefinition(this, name, 'TEXT'); }