We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfe529a + 6343739 commit 7f1bcaeCopy full SHA for 7f1bcae
docs/models.rst
@@ -18,7 +18,8 @@ Things to keep in mind:
18
- Some parts that are required in SQLAlchemy are optional in
19
Flask-SQLAlchemy. For instance the table name is automatically set
20
for you unless overridden. It's derived from the class name converted
21
- to lowercase and with “CamelCase” converted to “camel_case”.
+ to lowercase and with “CamelCase” converted to “camel_case”. To override
22
+ the table name, set the `__tablename__` class attribute.
23
24
Simple Example
25
--------------
0 commit comments