create_tmp_table('leads'); .. creates leads_XXXXX in MySQL DB .. methods like save_lead() will create the row or update the row in that table instead.