Skip to content

Instantly share code, notes, and snippets.

@chrisfishwood
Last active May 19, 2016 06:05
Show Gist options
  • Select an option

  • Save chrisfishwood/212e7995f951b8a935b19213d9029d1a to your computer and use it in GitHub Desktop.

Select an option

Save chrisfishwood/212e7995f951b8a935b19213d9029d1a to your computer and use it in GitHub Desktop.

Revisions

  1. chrisfishwood renamed this gist May 19, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. chrisfishwood revised this gist May 19, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    mix phoenix.gen.html Company companies name:string mission_statement:string
    mix phoenix.gen.html Manager managers name:string meetings_per_day:integer company_id:references:companies
    mix phoenix.gen.html Meeting meetings topic:string attendee_count:integer manager_id:references:managers
  3. chrisfishwood created this gist May 19, 2016.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    mix phoenix.gen.html Company companies name:string mission_statement:string