We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f4811 commit 6baabbfCopy full SHA for 6baabbf
1 file changed
manual/object_mapper/creating/README.md
@@ -65,7 +65,7 @@ value indicates the position of the column in the key:
65
66
```
67
CREATE TABLE sales(countryCode text, areaCode text, sales int,
68
- PRIMARY KEY((countryCode, area Code)));
+ PRIMARY KEY((countryCode, areaCode)));
69
70
71
```java
0 commit comments