pub fn column_affinity(declared_type: &str) -> AffinityExpand description
Compute a column’s Affinity from its declared type string per the
file-format §3.1 rules, applied in the documented priority order:
INT → TEXT → BLOB/none → REAL → NUMERIC. Case-insensitive; an empty (no)
declared type is Affinity::Blob.