mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-20 19:38:55 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user