Fix bug for show create table statement with unique key types (#2231)
This commit is contained in:
@ -340,7 +340,7 @@ public class CreateTableStmt extends DdlStmt {
|
||||
col.setAggregationTypeImplicit(true);
|
||||
}
|
||||
}
|
||||
columns.add(columnDef.toColumn());
|
||||
columns.add(col);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user