1、创建工程并执行sql脚本
首先我们需要创建一个sharding-sphere-example-part-twelve工程,然后打开db0和db1数据库执行以下的sql脚本:
drop table if exists t_order_hash_mod0;
/*==============================================================*/
/* Table: t_order_hash_mod */
/*==============================================================*/
create table t_order_hash_mod0