Code:
INSERT INTO starting_items VALUES (179,0,0,0,0,59943,1,0,0);
This inserts the Kobold Skull Charm into everyone's charm slot when they start their character.
Your column names go in this order:
Code:
id, race, class, deityid, zoneid, itemid, item_charges, gm, slot
Just take the query above and plug those in =)