FieldBlueprint constructor
FieldBlueprint(})
Implementation
FieldBlueprint(
this.table,
this.name,
this.type, {
this.constraint,
this.isAutoIncrement = false,
this.isNullable = false,
this.isUnique = false,
this.defaultValue,
this.isPrimaryKey = false,
this.fieldComment,
});