GeneratedValue
import { GeneratedValue } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
Decorator
Defines the generation strategy for a primary key
@GeneratedValue() Target: property
const GeneratedValue: (decoratorOptions: Mandarine.ORM.Entity.Decorators.GeneratedValue) => unknown;