Function sea_schema::postgres::parser::parse_interval_attributes[][src]

pub fn parse_interval_attributes(
    interval_type: &Option<String>,
    interval_precision: Option<i32>,
    ctype: ColumnType
) -> ColumnType
This is supported on crate features postgres and parser only.