ts-sql-codegen / CommonPrimaryKeyOptions
-
input<typeofCommonPrimaryKeyOptionsSchema>↳
CommonPrimaryKeyOptions
• Optional isAutoGenerated: null | boolean
If primary key column is auto-generated
z.input.isAutoGenerated
• Optional name: null | string
Name of primary key column
z.input.name