myuan 2 年之前
父節點
當前提交
37a063ac1a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      target.sql

+ 2 - 2
target.sql

@@ -1,6 +1,6 @@
-create table asd();
+create table asd;
 
-create table tb (col1, col2);
+create table tb (col1 int, col2 string);
 
 create table tb1 (
     col1 int primary key,