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{
|
||||
Name: colName,
|
||||
Type: colType,
|
||||
Default: colDefault,
|
||||
Name: colName,
|
||||
Type: colType,
|
||||
Default: colDefault,
|
||||
Nullable: Nullable == "YES",
|
||||
}
|
||||
columns = append(columns, column)
|
||||
|
|
Loading…
Add table
Reference in a new issue