// The maximum table name length that the user can specify
constint64_tOB_MAX_USER_TABLE_NAME_LENGTH=65;// Compatible with mysql, the OB code logic is greater than the time error
constint64_tOB_MAX_USER_TABLE_NAME_LENGTH=65;// Compatible with mysql, the OB code logic is greater than the time error
// The actual maximum table name length of table_schema (the index table will have an additional prefix, so the actual length is greater than OB_MAX_USER_TABLE_NAME_LENGTH)
staticconstuint64_tOB_USER_START_DATABASE_ID=1050;//OB_USER_DATABASE_ID = 1000; 50 are reserved to initialize the user database added by default when the tenant is initialized, such as the test library
staticconstuint64_tOB_USER_START_DATABASE_ID=1050;//OB_USER_DATABASE_ID = 1000; 50 are reserved to initialize the user database added by default when the tenant is initialized, such as the test library