FILE

2432 rows


Description

Table storing supplemental files

Columns

Column Type Size Nulls Auto Default Children Parents Comments
FILE_ID INT UNSIGNED 10 null
FLDF.FILE_ID FLDF_ibfk_2C
OTHR.FILE_ID OTHR_ibfk_2C
SAMF.FILE_ID SAMF_ibfk_2C
SITF.FILE_ID SITF_ibfk_2C
TESF.FILE_ID TESF_ibfk_2C

Unique ID (primary key) for entries in the FILE table

FILE_NAME VARCHAR 256 null

File name

FILE_TYPE VARCHAR 256 null

File type

FILE_SIZE VARCHAR 32 null

File size

FILE_FILE MEDIUMBLOB 16777215 null

Actual file stored as a MEDIUMBLOB

FILE_PUB BIT 1 null

Boolean for storing files privately (0=private, 1=publicly available)

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc FILE_ID

Relationships