UserResources |
Store all user's resources.
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
|
Value | NVARCHAR(MAX) NULLABLE | Binary resource in Base64 string or URL |