Skip to content

Commit 9831a45

Browse files
authored
Update Index.md
1 parent 4d57213 commit 9831a45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/Index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,8 @@ let schemaChanger = SchemaChanger(connection: db)
15921592
try schemaChanger.create(table: "users") { table in
15931593
table.add(column: .init(name: "id", primaryKey: .init(autoIncrement: true), type: .INTEGER))
15941594
table.add(column: .init(name: "name", type: .TEXT, nullable: false))
1595-
}
1595+
}
1596+
```
15961597

15971598
### Indexes
15981599

0 commit comments

Comments
 (0)