Skip to content

first commit - sql schema#2

Open
StephanieCzetli wants to merge 8 commits intocode-differently:mainfrom
StephanieCzetli:main
Open

first commit - sql schema#2
StephanieCzetli wants to merge 8 commits intocode-differently:mainfrom
StephanieCzetli:main

Conversation

@StephanieCzetli
Copy link
Copy Markdown

No description provided.

@kburd kburd self-requested a review March 1, 2021 19:53
Copy link
Copy Markdown
Contributor

@kburd kburd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good start. You need to add the connector, express, and UI portions

data/schema.sql Outdated
FOREIGN KEY (type_id) REFERENCES type (type_id)
);

INSERT INTO pokemon
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your schema should only include the creation of tables

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I will remove lines 24-45 & re-push the file.

Copy link
Copy Markdown
Contributor

@kburd kburd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good progress, the next step is to pull from the pokemon database and display that info

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

Successfully merging this pull request may close these issues.

2 participants