vitess-gh/examples/legacy_local/create_customer_sharded.sql

3 строки
130 B
SQL

alter table customer change customer_id customer_id bigint not null;
alter table corder change order_id order_id bigint not null;