fix: null sort related README
This commit is contained in:
parent
9421b109bc
commit
0c45c6da63
@ -161,8 +161,8 @@ const paginateConfig: PaginateConfig<CatEntity> {
|
|||||||
/**
|
/**
|
||||||
* Required: false
|
* Required: false
|
||||||
* Type: 'first' | 'last'
|
* Type: 'first' | 'last'
|
||||||
* Description: (ONLY WORKS WITH POSTGRES) Define whether to put null values
|
* Description: Define whether to put null values at the beginning
|
||||||
* at the beginning or end of the result set.
|
* or end of the result set.
|
||||||
*/
|
*/
|
||||||
nullSort: 'last',
|
nullSort: 'last',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user