Recognize Primary Key INT field as VarChar

I tried in PHP Pyton and nodejs. Also tried on both mariadb and mysql. Open new databases but result is same. It recognize my primary key as VARCHAR, so I have errors on edit and new operations. I sync again and agian, no success…

You need to edit your database and change your primary key field to auto increment primary key. When you create tables using Radsystems Studio, it automatically set the first field for you as id primary key, auto increment. If you don’t understand database design, do not edit that field go to the next empty line and name the rest of your fields needed for that table.