I have a model that I use to insert data into a postgresql database using flask:
class UserSchema(Schema): class Meta: ordered = True id = fi