Thanks to visit codestin.com Credit goes to github.com
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 6819a17 commit 5d91d93Copy full SHA for 5d91d93
FAQ.md
@@ -16,7 +16,7 @@
16
NilMigration defines a migration without a body. NilVersion is defined as const -1.
17
18
#### What is the difference between uint(version) and int(targetVersion)?
19
- version refers to an existing migration version coming from a source and therefor can never be negative.
+ version refers to an existing migration version coming from a source and therefore can never be negative.
20
targetVersion can either be a version OR represent a NilVersion, which equals -1.
21
22
#### What's the difference between Next/Previous and Up/Down?
0 commit comments