KNTA_USER_UPLOADED_FILES

This table stores the number of files a user uploaded within 24 hours and the last upload time.

Foreign Keys

This table does not have any foreign keys.

Column Descriptions

Column Name Null? Data Type Description
USER_ID NOT NULL NUMBER PPM user id
UPLOADED_FILES NOT NULL NUMBER Number of files the user uploaded within 24 hours
LAST_UPLOAD_DATE NOT NULL DATE Time when the last file was uploaded by the user.

Indexes

This table does not have any indexes.

Sequences

This table uses no sequences.