Are you writing any code that queries this model or are you just letting the framework handle that? We'd need to see the actual code you are using to query the database.
If you are not writing code that looks like 'session.query(model.AccessKeys)` yourself, then SqlAlchemy queries are being generated by a package you have installed, which could be: * flask * flask-sqlalchemy * some other plugin for flask/sqlalchemy If that's the case, the flask community is where you'll have to ask this question. They use IRC by preference - https://flask.palletsprojects.com/en/1.1.x/becomingbig/#discuss-with-the-community -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/02cd13f1-edcf-4133-b804-39ddf885ef52%40googlegroups.com.