I used this query, but the data are stored incorrectly.
INSERT INTO user (user_username,user_created,user_mail,user_pass_hash,user_pass_salt,user_updated)
VALUES (:user_username,:user_created,:user_mail,:user_pass_hash,:user_pass_salt,:user_updated);
I have this table:
I used this query, but the data are stored incorrectly.