API 参考
    正在准备搜索索引...

    函数 PrimaryGeneratedColumn

    • Column decorator is used to mark a specific class property as a table column.

      返回 PropertyDecorator

    • Column decorator is used to mark a specific class property as a table column.

      参数

      • options: PrimaryGeneratedColumnNumericOptions

      返回 PropertyDecorator

    • Column decorator is used to mark a specific class property as a table column.

      参数

      • strategy: "increment"
      • 可选options: PrimaryGeneratedColumnNumericOptions

      返回 PropertyDecorator

    • Column decorator is used to mark a specific class property as a table column.

      参数

      • strategy: "uuid"
      • 可选options: PrimaryGeneratedColumnUUIDOptions

      返回 PropertyDecorator

    • Column decorator is used to mark a specific class property as a table column.

      参数

      • strategy: "rowid"
      • 可选options: PrimaryGeneratedColumnUUIDOptions

      返回 PropertyDecorator

    • Column decorator is used to mark a specific class property as a table column.

      参数

      • strategy: "identity"
      • 可选options: PrimaryGeneratedColumnIdentityOptions

      返回 PropertyDecorator