Insert on postgres autoincrement expects a value
As the title says, I have an ID colum with an auto incrementing interger for an id. By default the insert type is wants me to provide a value but this is normally generated by the DB, any workarounds?
2 Replies