MssqlBoundColumn constructor
MssqlBoundColumn({})
Implementation
MssqlBoundColumn({
required this.name,
required this.type,
this.nullable = false,
this.isIdentity = false,
this.isComputed = false,
this.isRowVersion = false,
this.hasDefault = false,
this.isReadOnly = false,
this.maxLength = 0,
this.precision = 18,
this.scale = 0,
this.converter,
});