diff --git a/element/column.go b/element/column.go index e623403..6c126de 100644 --- a/element/column.go +++ b/element/column.go @@ -149,7 +149,7 @@ func (c Column) definition() string { } if sql.IsPostgres() && opt.Tp == ast.ColumnOptionDefaultValue { - strSql += " " + b.String() + strSql += " " + opt.StrValue continue }