Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /