Files
tidb/lightning/tests/lightning_import_into/data/mytable-schema.sql

2 lines
56 B
SQL

CREATE TABLE t (id INT PRIMARY KEY, name VARCHAR(255));