You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: