Fix formatting.
This commit is contained in:
parent
2b666e74de
commit
cdec85f11a
1 changed files with 3 additions and 3 deletions
|
@ -105,9 +105,9 @@ func (p *PostgresDriver) Columns(tableName string) ([]bdb.Column, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
column := bdb.Column{
|
column := bdb.Column{
|
||||||
Name: colName,
|
Name: colName,
|
||||||
Type: colType,
|
Type: colType,
|
||||||
Default: colDefault,
|
Default: colDefault,
|
||||||
Nullable: Nullable == "YES",
|
Nullable: Nullable == "YES",
|
||||||
}
|
}
|
||||||
columns = append(columns, column)
|
columns = append(columns, column)
|
||||||
|
|
Loading…
Reference in a new issue