Last active
May 19, 2016 06:05
-
-
Save chrisfishwood/212e7995f951b8a935b19213d9029d1a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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