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

Create Table for Users #9

Closed
ThatMegamind opened this issue Nov 16, 2023 · 0 comments · Fixed by #16
Closed

Create Table for Users #9

ThatMegamind opened this issue Nov 16, 2023 · 0 comments · Fixed by #16
Assignees
Labels

Comments

@ThatMegamind
Copy link
Collaborator

ThatMegamind commented Nov 16, 2023

Instructions

  • Using the DB model provided, write a CREATE TABLE statement in SQL for the Users table.
  • Drop the table if it already exists.

Notes

  • For now, assume that all attributes should be NOT NULL unless otherwise specified.
  • Arrows on the DB model indicate foreign key constraints

Acceptance Criteria

  • SQL creation code should exist in a file located in server/schema/users.sql

Resources

DB Model
Create Table Tutorial

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

Successfully merging a pull request may close this issue.

5 participants