| ... | @@ -173,7 +173,7 @@ You can define some default settings in the Entity's constructor, like we do in |
... | @@ -173,7 +173,7 @@ You can define some default settings in the Entity's constructor, like we do in |
|
|
export class Game_PersonEntity {}
|
|
export class Game_PersonEntity {}
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
This way, when finding all game_persons with TypeORM's `find` method, they are sorted by the person column as default
|
|
This way, when finding all game_persons with TypeORM's `find` method, they are sorted based on the person column
|
|
|
|
|
|
|
|
## gameperson.decorator.ts
|
|
## gameperson.decorator.ts
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |