Click or drag to resize

UserResources

Store all user's resources.

`UserResources` table.

Name

Type

Description

Id

INT [auto-generated] NOT NULL

ID of the user resource

UserId

INT NOT NULL

ID of the user

Format

TINYINT NOT NULL

Format of the resource

  • 0 : Image

  • 1 : URL

Value

NVARCHAR(MAX) NULLABLE

Binary resource in Base64 string or URL

See Also