Forum Discussion

confusedDev's avatar
confusedDev
New Contributor
5 years ago
Solved

Creating schema that contains auto incremented value from database

So I have a table in my sql database that has an auto incremented id field. This field is auto incremented on the database side. My generated python function to add a row to this table has a variable...