After creating an Sqlite database with a table called 'quotes' and sucessfully testing query on the table in DBbrowser, I tried to use said query in flutterflow. The app created error that said the quotes table could not be found. After changing the name to something else the error went away. I confirmed that 'quotes' is not a reserved word in Sqlite. Suggest this might be flutterflow bug.