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

Updating - #6

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
updated seed + schema, updated PUT
  • Loading branch information
anickacodes committed Nov 15, 2023

Verified

This commit was signed with the committer’s verified signature.
QubitPi Jiaqi Liu |【烬火】胡桃
commit 7aee0616ef947ff8403f3b67d43b153c2deaf010
2 changes: 2 additions & 0 deletions back-end/db/schema.sql
Original file line number Diff line number Diff line change
@@ -10,7 +10,9 @@ CREATE TABLE songs (
album TEXT NOT NULL,
time TEXT NOT NULL,
is_favorite BOOLEAN,
video_url VARCHAR(255),
image_url text

);


Loading