[fix](DDL) not set table type as default comment when create table (#36025)
pick from master #35855
This commit is contained in:
@ -540,7 +540,7 @@ public abstract class Table extends MetaObject implements Writable, TableIf {
|
||||
}
|
||||
return SqlUtils.escapeQuota(comment);
|
||||
}
|
||||
return type.name();
|
||||
return "";
|
||||
}
|
||||
|
||||
public void setComment(String comment) {
|
||||
|
||||
Reference in New Issue
Block a user