Requirement to increase the max length of email field in sys_user tableIssue Need to increase the max_length of the email field in the sys_user table as email ids are truncated Check the truncated emails to ensure the length of the characters. Max character length should be below 100. CauseSeems to be with creation process of user recordsResolutionCheck the creation process of user records as the input values of email ids are getting truncated before inserting the data into "sys_user" table