Fix space
This commit is contained in:
parent
b4cde70a15
commit
eef20a33b9
|
@ -972,7 +972,7 @@ func (db *postgres) CreateTableSQL(table *schemas.Table, tableName string) ([]st
|
||||||
|
|
||||||
quoter := db.Quoter()
|
quoter := db.Quoter()
|
||||||
var b strings.Builder
|
var b strings.Builder
|
||||||
b.WriteString("CREATE TABLE IF NOT EXISTS ")
|
b.WriteString("CREATE TABLE IF NOT EXISTS ")
|
||||||
quoter.QuoteTo(&b, tableName)
|
quoter.QuoteTo(&b, tableName)
|
||||||
b.WriteString(" (")
|
b.WriteString(" (")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue