Create a date column
ColumnDefinition date(String name) { return ColumnDefinition(this, name, 'DATE'); }