Test OrmLite mappings against the actual database

Is there a way to test mappings against the actual database tables and indices?

There’s no mappings test in OrmLite, it only provides basic metadata info llike DoesTableExist/DoesColumnExist APIs for all supported RDBMS.