vitess.io/vitess@v0.16.2/examples/local/create_customer_sharded.sql (about) 1 alter table customer change customer_id customer_id bigint not null; 2 alter table corder change order_id order_id bigint not null;