Fix bug for show create table statement with unique key types (#2231)

This commit is contained in:
caiconghui
2019-11-20 10:02:04 +08:00
committed by ZHAO Chun
parent 9be86a3db8
commit 46005bf6ba

View File

@ -340,7 +340,7 @@ public class CreateTableStmt extends DdlStmt {
col.setAggregationTypeImplicit(true);
}
}
columns.add(columnDef.toColumn());
columns.add(col);
}
}