pub type IsSqlTypeNullable<T> = <T as SqlType>::IsNull;
Represents if the SQL type is nullable or not