DevSpaceHuntsville / SponsorService

Microservice to manage sponsorship related data
MIT License
1 stars 0 forks source link

Update database schema #6

Open freestylecoder opened 6 years ago

freestylecoder commented 6 years ago

The existing database made some assumptions about the database being per event. As such, there was a sponsors table and a sponsor levels table.

Overall, we need to have users which attach to companies. The company can attach to a sponsor level and an event to create a sponsor.

freestylecoder commented 4 years ago

As we are putting this together, we are creating the sponsor stuff separately from the users stuff. As such, for this revision, we don't need to link a company to a user. We can add that after we have a users service.

freestylecoder commented 4 years ago

Original idea has been checked in. Don't know if I want to call it "done" yet.