Open
Description
Is your feature request related to a problem? Please describe.
I found that we do a constrain in some place such as table name and column name , and we use this regex to check private static final String COMMON_NAME_REGEX = "^[a-zA-Z][a-zA-Z0-9_]{0,63}$"
I wonder why we need to check it and what's the influence after delete this check?
Activity