It should still work as a reference because the pacakge you use doesn't 
override this.  

The extension's API makes this clear:
 http://flask-sqlalchemy.pocoo.org/2.1/api/#models


_tablename__ 
<http://flask-sqlalchemy.pocoo.org/2.1/api/#flask.ext.sqlalchemy.Model.__tablename__>

The name of the table in the database. This is required by SQLAlchemy; 
however, Flask-SQLAlchemy will set it automatically if a model has a 
primary key defined. If the __table__ or __tablename__ is set explicitly, 
that will be used instead.

-- 
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 post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to