- [ ] 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