fixed hand error2
This commit is contained in:
parent
c9a1093af6
commit
b1d6ec1db5
|
@ -685,7 +685,7 @@ func (db *mysql) CreateTableSQL(ctx context.Context, queryer core.Queryer, table
|
|||
b.WriteString(db.rowFormat)
|
||||
}
|
||||
|
||||
if table.Comment != "" {
|
||||
if table.Comment != "" {
|
||||
b.WriteString(" COMMENT='")
|
||||
b.WriteString(table.Comment)
|
||||
b.WriteString("'")
|
||||
|
|
Loading…
Reference in New Issue