3

Logic of my company:

Why have an auto incremental ID for the table when you can have another table where you have to retrieve the last registered id, add 1 to it, then update the register of the last ID, then retrieve the id and finally create the register you intended.

Justification: “It’s a good practice”

FML

Comments
Add Comment