You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ MEMBER_REAL(weight)
70
70
//}
71
71
```
72
72
73
-
During the database initialization phase, all record types (in the example `Person` and `Pet`) will be register in the database and the corresponding tables will be created if needed. No need for manual registration, no runtime errors due to forgotten records.
73
+
During the database initialization phase, all record types (in the example `Person` and `Pet`) will be registered in the database and the corresponding tables will be created if needed. No need for manual registration, no runtime errors due to forgotten records.
74
74
75
75
The following member attributes are allowed, based on the most commonly used SQLite column types:
0 commit comments