CREATE DEFAULT SHARDING STRATEGY

    • When using the complex sharding algorithm, multiple sharding columns need to be specified using SHARDING_COLUMNS;
    • ifNotExists clause is used for avoid Duplicate default sharding strategy error.
    • create a default sharding table strategy
    • create a default sharding table strategy with ifNotExists clause