MySQLSchemaFieldResult
hotstaq / Modules / MySQLSchemaFieldResult
Interface: MySQLSchemaFieldResult
The resulting data from a generated field.
Table of contents​
Properties​
Properties​
constraint​
• Optional constraint: string
The constraint to be added.
Defined in​
schemas/mysql/MySQLSchemaField.ts:23
field​
• Optional field: string
The field to be entered.
Defined in​
schemas/mysql/MySQLSchemaField.ts:11
foreignKey​
• Optional foreignKey: string
The foreign key to be added.
Defined in​
schemas/mysql/MySQLSchemaField.ts:27
key​
• Optional key: string
The key to be added.
Defined in​
schemas/mysql/MySQLSchemaField.ts:19
primaryKey​
• Optional primaryKey: string
The primary key to be added.