TinyIntType

Classes > Migration > TinyIntType

8-bit integer: 0 to 255 (unsigned) or -128 to 127 (signed).

public sealed record TinyIntType : PortableType, IEquatable<PortableType>, IEquatable<TinyIntType>