I am trying to add new rows in my mysql table using PDO object, but it is giving me automated insert ID.
I need to make primary key values like -
key_1, key_2, key_3... etc.
But for now it's giving me the primary key value as 1,2,3..
Please suggest me some help , thank you.