We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5be9fa9 + 2509ee3 commit b7fa4bcCopy full SHA for b7fa4bc
Documentation/Index.md
@@ -1209,7 +1209,7 @@ We can build an `ALTER TABLE … RENAME TO` statement by calling the `rename`
1209
function on a `Table` or `VirtualTable`.
1210
1211
```swift
1212
-try db.run(users.rename(Table("users_old"))
+try db.run(users.rename(Table("users_old")))
1213
// ALTER TABLE "users" RENAME TO "users_old"
1214
```
1215
0 commit comments