pub fn enumeration_null<T, N, S, V>(col: T, name: N, variants: V) -> ColumnDefwhere T: IntoIden, N: IntoIden, S: IntoIden, V: IntoIterator<Item = S>,