CityOfLosAngeles / hcid-lookup-tool

A lookup tool for data from LAHD. Repository has been archived 2022-10-13.
Apache License 2.0
0 stars 3 forks source link

Sequelize models for each .csv file #21

Closed mwhitcom closed 7 years ago

mwhitcom commented 7 years ago

Sequelize model creation for each of the follow .csv files: HIMS, BIMS, SCEP, RENT, Prop_Unit, Prop_Site_Address.

Each model is associated with the AddressMaster model (which Ryan has in his models PR).

I have commented on his PR with the code snippet to complete model association.

oshalygin commented 7 years ago

Good job!