i'm looking for a way to retrieve real database type name from qtsql model.
Unfortunately
QVariant::typeToName(field.type())
Where field is QSqlField
type
gives me already mapped type to some Qt type. Is it possible to get real names using Qt?