[Admin Plugin] Custom field is not inserted into the table

here is my admin createUser code:
const { data, error } = await authClient.admin.createUser({
  ...values,
  data: {
    company_id: 'inspiry',
  },
});

here is in my users table.
image.png
Was this page helpful?