Skip to content

Commit

Permalink
created tables for users and follows in db schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercausey committed Jul 13, 2021
1 parent 9292e18 commit aad72de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS users (
);

CREATE TABLE IF NOT EXISTS follows (
id SERIAL PRIMARY KEY,
follow_id SERIAL PRIMARY KEY,
fan_id INT,
artist_id INT,
CONSTRAINT fk_fan
Expand Down

0 comments on commit aad72de

Please sign in to comment.