Trait gluesql_core::data::schema::ColumnDefExt
source · pub trait ColumnDefExt {
fn is_nullable(&self) -> bool;
fn get_default(&self) -> Option<&Expr>;
}pub trait ColumnDefExt {
fn is_nullable(&self) -> bool;
fn get_default(&self) -> Option<&Expr>;
}