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.
Flask-Tables Variable Names Must Match Fields
Part of Software Engineering MOC