codyjmcb / golf_stuff

0 stars 1 forks source link

Updated database ReadMe.txt #37

Closed iiiancampbell closed 1 month ago

iiiancampbell commented 1 month ago

added appropriate datatypes for existing data mappings.

Issue #19

iiiancampbell commented 1 month ago

Deleting pull request as I misread the original issue :)

codyjmcb commented 1 month ago

I can see why this one is confusing because of the previous one. But nullable in this context is referring to whether a field is required to create an entry in the database. For example, in the screenshot, golferid is NOT NULLABLE, which means that that field is required to create a DB entry, but the other fields are not required... This doesn't make sence for some of the fields within the database, as a golfer must have a first name, etc.

image