pub fn parse_column_default(
    column_default: Option<String>
) -> Option<ColumnDefault>
Available on crate features mysql and parser only.