Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 989 Bytes

File metadata and controls

48 lines (25 loc) · 989 Bytes

ts-sql-codegen / CommonPrimaryKeyOptions

Interface: CommonPrimaryKeyOptions

Hierarchy

  • input<typeof CommonPrimaryKeyOptionsSchema>

    CommonPrimaryKeyOptions

Table of contents

Properties

Properties

isAutoGenerated

Optional isAutoGenerated: null | boolean

If primary key column is auto-generated

Inherited from

z.input.isAutoGenerated

Defined in

src/generator-options.ts:265


name

Optional name: null | string

Name of primary key column

Inherited from

z.input.name

Defined in

src/generator-options.ts:261