vitess-gh/examples/region_sharding/create_lookup_schema.sql

6 строки
103 B
SQL

CREATE TABLE customer_lookup (
id int NOT NULL,
keyspace_id varbinary(128),
primary key(id)
);