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