up:: [[Software Engineering MOC]]
# Flask-Tables Variable Names Must Match Fields
When setting up a table with Flask-Tables, the variable names for the columns must match those in the database the table is pulling from. Alternative column names can be passed in as a parameter.
## Source
[Flask-Tables Documentation](https://flask-table.readthedocs.io/en/stable/#quick-start)