Skip to content

Commit

Permalink
Fix link in database lab
Browse files Browse the repository at this point in the history
  • Loading branch information
sertmer committed Oct 19, 2023
1 parent 74c1149 commit f5b47ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module2/labs/Week1/IntroToDatabases.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In our Mod2 Labs, we are going to be building and working with a Database that c

One thing you may have noticed in the lesson is that we often see datatypes in PostgreSQL that are not familiar to us (not the same as the c# datatypes).

> With a group, research and define the following PostgreSQL datatypes. You can use [this cheatsheet](https://www.simplecode.io/blog/resources/postgres-data-types-cheat-sheet/) to get you started!
> With a group, research and define the following PostgreSQL datatypes. You can use [this cheatsheet](https://simplecode.io/blog/postgres-data-types-cheat-sheet/) to get you started!
> * serial
> * varchar
> * text
Expand Down

0 comments on commit f5b47ee

Please sign in to comment.