Wrong column name

I think you meant `categoryName` instead of `categoryId` here.
This commit is contained in:
Dustin Hoffner 2017-11-02 19:05:13 +01:00 committed by GitHub
parent fe2487724c
commit 7e7e8bb8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ category: Category;
```
The relation now refers to `name` of the `Category` entity, instead of `id`.
Column name for such relation will become `categoryId`
Column name for such relation will become `categoryName`
## `@JoinTable` options