ga-wdi-boston / sql-references-diagnostic

Diagnostic covering foreign keys and join tables in PostgreSQL
Other
1 stars 164 forks source link

SQL Reference Diagnostic #220

Open constaac opened 7 years ago

constaac commented 7 years ago

I felt extremely rushed. I kept running into small things that tripped me up. It asks for a data and time column for appointments, but SQL doesn't like that so I had do make something else up.

I found the copy commands from a previous study, but if I had tried to spend time looking through the docs to get that one I would have been completely screwed. I definitely could have populated the appointments table with a select command if I had more time, but I usually reference previous studies for stuff like that. Our studies over the past couple weeks have been such a jumbled mess it was hard to find anything I was looking for even though I know it existed. Everything is named library, cookbook, and clinic, and half the code seems like it has holes in it.