Last active
May 19, 2016 06:05
-
-
Save chrisfishwood/212e7995f951b8a935b19213d9029d1a to your computer and use it in GitHub Desktop.
Revisions
-
chrisfishwood renamed this gist
May 19, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
chrisfishwood revised this gist
May 19, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 -
chrisfishwood created this gist
May 19, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ mix phoenix.gen.html Company companies name:string mission_statement:string