Skip to content

Add Files table to database #22

Description

@seesarahcode
  • Create Filess table
  • Add submission_id column - integer
  • Add file_name column - string
  • Add size column - string
  • Submissions table should: has_many :files
  • In Files table add: belongs_to :submission
  • Create factories
  • Write passing unit tests
  • Create seed data

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions