myuan 2 年之前
父节点
当前提交
c70d4834c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target.sql

+ 1 - 1
target.sql

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