Type Alias diesel::sql_types::is_nullable::IsSqlTypeNullable
source ยท pub type IsSqlTypeNullable<T> = <T as SqlType>::IsNull;
Expand description
Represents if the SQL type is nullable or not
pub type IsSqlTypeNullable<T> = <T as SqlType>::IsNull;
Represents if the SQL type is nullable or not