I found the problem.
In the INSERT statement I entered an integer into the "mobile" field and now it works.
'mobile' => '5555',
strange.. I guess mySQL doesnt like "mobile" as a field name...