Skip to content

Commit

Permalink
fixing syntax error in sql table
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFarquaadtheCreator committed Nov 5, 2024
1 parent a1442e2 commit facbc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databaseSchema/projects.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ CREATE TABLE IF NOT EXISTS projects (
"tech-stack" TEXT[],
cohort VARCHAR,
topic TEXT[]
);

0 comments on commit facbc5c

Please sign in to comment.