Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Models #13

Open
nicholas-deSouza opened this issue Jul 6, 2021 · 0 comments
Open

Data Models #13

nicholas-deSouza opened this issue Jul 6, 2021 · 0 comments
Assignees
Milestone

Comments

@nicholas-deSouza
Copy link
Contributor

Identify the database tables that should exist to serve your app and the properties/fields they should have. Create a table in your project plan to model each database table's structure including the column name, column data type, and description of the purpose of that column.

Examples:

  • user: representing the users in the app
  • brand: representing the sneaker companies you're including
  • shoe: representing a specific model of sneaker
  • user_shoe: representing the relationship of a user possessing a particular model of sneaker in their collection

Screen Shot 2021-07-06 at 4 41 59 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants