assignmentsubmissions

3238688 rows


Description

Assignment Submission created by the User

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id varchar 36 null

Unique Identifier of the Assignment Submission

companyid varchar 36 null
companies.id assignmentsubmissions_companyid_fkey R

The ID of the learning site

companysubdomain varchar 255 null

The companysubdomain of the Assignment Submission

companyhost varchar 255 null

The companyhost of the Assignment Submission

courseid varchar 36 null
courses.id assignmentsubmissions_courseid_fkey R

The courseid of the Assignment Submission

userid varchar 36 null
users.id assignmentsubmissions_userid_fkey R

The userid of the Assignment Submission

assignmentid varchar 36 null

The assignment of the Assignment Submission

grade varchar 16 null

The grade of the Assignment Submission

commentscount int4 10 null

The commentscount of the Assignment Submission

createdat timestamp 29,6 ('now'::text)::timestamp with time zone

The date and time the Assignment Submission was created

migrated int4 10 null

The migrated of the Assignment Submission

updatedat timestamp 29,6 ('now'::text)::timestamp with time zone

The date and time the Assignment Submission was created

licenseid varchar 36 null
numericgrade float8 17,17 null
statusgroup varchar 256 null
statusgroupupdatedat timestamp 29,6 null

Relationships