myuan před 2 roky
rodič
revize
c70d4834c6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,