ajohnson10209 / CodeacademyBuildWebAPICapstone

Capstone project from the course Build Web APIs From Scratch. I completed this course on 3-25-2019
0 stars 0 forks source link

Great Job - Table Creation / Migration #3

Open cc-prj-review-alf opened 5 years ago

cc-prj-review-alf commented 5 years ago

https://github.com/ajohnson10209/CodeacademyBuildWebAPICapstone/blob/master/capstone-project-2-expresso/migration.js#L1-L43

Your migration.js includes code that creates all tables with the appropriate structure and relationships. I like how you leveraged a template literal in the structure of using create table statements. There was one file that was corrected that needed the test to pass.

ajohnson10209 commented 5 years ago

Thank you! I'm a microsoft sql developer so I really need the create table statements to be formatted well!