Hi team
I have a question, when I save a new subentity with an autoincrement column, after insert query, orm send last_insert_id() query, my question is why??
when you send INSERT query with and autoincrement column, MYSQL return you on response the number(ID) assigned to this column, why is necessary to query again last_insert_id()???
Thanks