[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
zachmu
2023-08-10 20:35:51 +00:00
parent 9c384cce97
commit dd2f918360
@@ -38,12 +38,12 @@ func GenerateCreateTableIndentedColumnDefinition(col schema.Column) string {
return sql.GenerateCreateTableColumnDefinition(
&sql.Column{
Name: col.Name,
Type: col.TypeInfo.ToSqlType(),
Default: defaultVal,
AutoIncrement: col.AutoIncrement,
Nullable: col.IsNullable(),
Comment: col.Comment,
Name: col.Name,
Type: col.TypeInfo.ToSqlType(),
Default: defaultVal,
AutoIncrement: col.AutoIncrement,
Nullable: col.IsNullable(),
Comment: col.Comment,
// TODO
// Generated: nil,
// Virtual: false,