BlackSourceLabs / BlackNectar-Service

REST API for BlackNectar
Apache License 2.0
5 stars 1 forks source link

Design Stores Database #17

Closed SirWellington closed 7 years ago

SirWellington commented 7 years ago

Stores

Field Type
Store ID Int (Primary Key)
Store Name String
Latitude Double
Longitude Double
Location Geometry
Address ID Int
City String
State String
Zip 5 Int

Users

Field Type
User ID Int (Primary Key)
First Name String
Last Name String
Email String
EBT Card String
EBT Benefits Set
Zip Int
Last Known Location Geometry
Is Working Boolean
Age Int
Birtday Date
Job Industry String

Images

Field Type
URL String (Primary Key)
image binary
SirWellington commented 7 years ago

The file we got from the government contains the following:

SirWellington commented 7 years ago

Stores

SirWellington commented 7 years ago
Field Type
Store ID Int
Store Name String
SirWellington commented 7 years ago

Gonna save the images for another Ticket. One step at a time...

cordhernandez commented 7 years ago

roger that