Issue With Birthdate

We capture our users birthdate during signup (with the field name date_of_birth), however upon checking the users table, it has not been storing the data there, but rather in the profile_fields_data table. We use an age restricted addon which uses that field and not the profiles field.

How can we get the cart to input the birthdate into the use the user table and not the profile table?