Skip to content

Instantly share code, notes, and snippets.

@chrisfishwood
Last active May 19, 2016 06:05
Show Gist options
  • Save chrisfishwood/212e7995f951b8a935b19213d9029d1a to your computer and use it in GitHub Desktop.
Save chrisfishwood/212e7995f951b8a935b19213d9029d1a to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment