Create a year column
ColumnDefinition year(String name) { return ColumnDefinition(this, name, 'YEAR'); }