zachmandeville / show-me-the-money

1 stars 1 forks source link

Build Knex Database that matches our API #8

Open zachmandeville opened 6 years ago

zachmandeville commented 6 years ago

There shoudl be a users table and a meetings table.

There should be seeds for both, whose values match our API response examples (https://github.com/zachmandeville/show-me-the-money#response-formats)

annika-philipp commented 6 years ago

'meetings' table has 'attendees' field current table.string. But seed data does not show in db browser, so not sure if it is pulling anything through...? Need to further investigate.