Create a blob column
ColumnDefinition blob(String name) { return ColumnDefinition(this, name, 'BLOB'); }