Skip to content

Latest commit

 

History

History
93 lines (49 loc) · 2.39 KB

GeneratedField.md

File metadata and controls

93 lines (49 loc) · 2.39 KB

ts-sql-codegen / GeneratedField

Interface: GeneratedField

Specifies options for the generated field mapping

The options here are ts-sql-query specific

Hierarchy

  • TypeOf<typeof GeneratedFieldSchema>

    GeneratedField

Table of contents

Properties

Properties

hasDefault

Optional hasDefault: null | boolean

Inherited from

z.TypeOf.hasDefault

Defined in

src/field-mappings.ts:93


isComputed

Optional isComputed: null | boolean

Inherited from

z.TypeOf.isComputed

Defined in

src/field-mappings.ts:91


isOptional

Optional isOptional: null | boolean

Inherited from

z.TypeOf.isOptional

Defined in

src/field-mappings.ts:92


name

Optional name: null | string

Inherited from

z.TypeOf.name

Defined in

src/field-mappings.ts:90


type

Optional type: null | { adapter?: null | { importPath?: null | string ; isDefault?: null | boolean ; isRelative?: null | boolean ; name: string } ; dbType?: null | { name: string } ; kind?: null | "custom" | "customComparable" | "enum" | "customInt" | "customDouble" | "customUuid" | "customLocalDate" | "customLocalTime" | "customLocalDateTime" ; tsType?: null | { importPath?: null | string ; isDefault?: null | boolean ; isRelative?: null | boolean ; name: string } }

Inherited from

z.TypeOf.type

Defined in

src/field-mappings.ts:89