Skip to content

Commit

Permalink
Changed max size of post_text
Browse files Browse the repository at this point in the history
  • Loading branch information
rathin22 authored Mar 8, 2022
1 parent a2826f8 commit 89fbc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_engagement_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DROP TABLE IF EXISTS `engagement-db`.`Post` ;
CREATE TABLE IF NOT EXISTS `engagement-db`.`Post` (
`post_id` VARCHAR(40) NOT NULL,
`post_author` VARCHAR(15) NULL,
`post_text` VARCHAR(280) NULL,
`post_text` VARCHAR(500) NULL,
`date_posted` DATETIME NOT NULL,
`date_found` DATETIME NOT NULL,
`url` VARCHAR(280) NULL,
Expand Down

0 comments on commit 89fbc1b

Please sign in to comment.