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.
1 parent 4d57213 commit 9831a45Copy full SHA for 9831a45
1 file changed
Documentation/Index.md
@@ -1592,7 +1592,8 @@ let schemaChanger = SchemaChanger(connection: db)
1592
try schemaChanger.create(table: "users") { table in
1593
table.add(column: .init(name: "id", primaryKey: .init(autoIncrement: true), type: .INTEGER))
1594
table.add(column: .init(name: "name", type: .TEXT, nullable: false))
1595
-}
+}
1596
+```
1597
1598
### Indexes
1599
0 commit comments