You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot could auto-scale length of long string columns by replacing VARCHAR(2500)/VARCHAR2(2500 to VARCHAR($maxVarCharLength)/VARCHAR2($maxVarCharLength in sql before executing it.
It rely on GH-44799 to allow user to customize the length.