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