Skip to main content

Database Design

VIDEOS TABLE

KeyType
IDunique id
URLstring
TITLEstring
PUBLISHEDint(date)
SOURCEstring
CHANNELstring
DURATIONint
ARCHIVEDbool
FREE_TO_REUSEbool
AUTHORISED_TO_REUSEbool

AUTHOR TABLE

KeyType
IDunique id
NAMEstring
PROFILE_IMAGEstring

VIDEO_AUTHOR TABLE

KeyType
IDunique id
VIDEO_IDstring
AUTHOR_IDstring

SECTION TABLE

KeyType
IDunique id
TITLEstring

CATEGORY TABLE

KeyType
IDunique id
TITLEstring

SECTION_VIDEO TABLE

KeyType
IDunique id
SECTION_IDstring
VIDEO_IDstring

CATEGORY_SECTION TABLE

KeyType
IDunique id
CATEGORY_IDstring
SECTION_IDstring

USERS TABLE

KeyType
idINTEGER
nameVARCHAR(30)
usernameVARCHAR(30)
emailVARCHAR(30)
password_hashVARCHAR(100)
registration_dateINT
terms_and_conditions_checkedBOOLEAN
access_rightsINT
is_email_verifiedBOOLEAN
email_verification_dateINT