Table: dbo.File_Storage_Data
This table holds the file data referenced in the File_Storage table.
Columns
NameTypeConstraintsDescription
file_storage_data_KEYint (4)NOT NULLThe primary key for this data.
file_storage_KEYint (4)NOT NULLThe foreign key pointing to the File_Storage row this record belongs to.
sequence_numberint (4)NOT NULLThe sequence number for the file data.
file_data_segmentvarbinary (-1)NOT NULLThe data for this file
Primary key
NameColumnsDescription
PK_File_Storage_Datafile_storage_data_KEY
Unique constraints
NameColumnsDescription
UK_File_Storage_Data$file_storage_KEY$sequence_numberfile_storage_KEY, sequence_number
Foreign keys
NameColumnsReferenced tableDescription
FK_File_Storage_Data__File_Storage__file_storage_KEYfile_storage_KEYFile_Storage (file_storage_KEY)

Schema diagram