BlobType

Classes > Migration > BlobType

Unlimited binary storage. No length parameter needed. Maps to BLOB (SQLite), BYTEA (Postgres), VARBINARY(MAX) (SQL Server).

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