I am currently storing the clerk id for a user on the db (mysql) currently I have it storing my this ``` clerk_auth_id VARCHAR(255) NOT NULL, ``` what is the correct data type I should be using?