table('users')->truncate(); //$db->table('usermeta')->truncate(); $db->table('fcom_xprofile')->truncate(); $db->table('fcom_posts')->truncate(); $db->table('fcom_post_comments')->truncate(); $db->table('fcom_spaces')->truncate(); $db->table('fcom_space_user')->truncate(); $db->table('fcom_terms')->truncate(); $db->table('fcom_term_feed')->truncate(); $db->table('fcom_post_reactions')->truncate(); $db->table('fcom_user_activities')->truncate(); } }