Create assignment #55

Merged
juggy1233 merged 3 commits from #10-create-assignment into master 2023-04-13 18:46:18 -04:00
Showing only changes of commit 2b071d35c8 - Show all commits

View File

@@ -103,4 +103,5 @@ class Assignment(db.Model):
name = sa.Column(sa.String(128), index=True)
course_id = sa.Column(sa.ForeignKey(Course.id), index=True)
description = sa.Column(sa.Text, index=True)
due_date = sa.Column(sa.DateTime)
created_at = sa.Column(sa.DateTime)