Create a time column
ColumnDefinition time(String name) { return ColumnDefinition(this, name, 'TIME'); }