Decorator specifically for identity/auto-increment columns.
Usage:
@Generated({ identity: true, start: 1, increment: 1, cache: 1000 }) id: number; Copy
@Generated({ identity: true, start: 1, increment: 1, cache: 1000 }) id: number;
Identity configuration options
Decorator specifically for identity/auto-increment columns.
Usage: