Skip to content

Commit

Permalink
increase column size for instagram column in candidates table
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Jul 19, 2024
1 parent af67d7e commit b46cccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbschema/candidates.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CREATE TABLE candidates (
"Website" VARCHAR(68),
"Twitter" VARCHAR(17),
"Facebook" VARCHAR(91),
"Instagram" VARCHAR(23),
"Instagram" VARCHAR(91),
"Party_Affiliation" VARCHAR(11),
"Occupation" VARCHAR(78),
"Bio" VARCHAR(1295),
Expand Down

0 comments on commit b46cccc

Please sign in to comment.