Special characters require the MySQL escape character to indicate to the server that you want to insert the characters without executing any secondary code. Special characters such as commas and ...
I got it. The INSERT INTO was missing the draft status id field and also the name in the new table was still DRAFT_STATUS_ID but labeled Draft Status Id.