Hello, i'm trying to create an new user and login it using magic link, but the problem is i have an additional field in the user table to specify the "type" of the user, how should i do that? Currently, when i click the magic link, i get an error "SQLITE_CONSTRAINT_NOTNULL" because of the prop "type" that is missing.