pub fn native_sql_type(ty: &Type) -> Option<SqlType>
Map a Rust type to its native SQLite storage type. Anything not listed here needs #[orm(json)] or a DbEnum.
#[orm(json)]
DbEnum