whenever i try:
>>db.create_all()
the products column is not created, i also tried:
>>from models import Product, User