diff --git a/migrations/003_create_tweets_table.sql b/migrations/003_create_tweets_table.sql index b3afe70..e733289 100644 --- a/migrations/003_create_tweets_table.sql +++ b/migrations/003_create_tweets_table.sql @@ -22,4 +22,4 @@ COMMENT ON COLUMN tweets.has_images IS 'Boolean indicating if the tweet contains COMMENT ON COLUMN tweets.text IS 'Text content of the tweet, if any'; COMMENT ON COLUMN tweets.images IS 'Array of image URLs associated with the tweet, if any'; COMMENT ON COLUMN tweets.has_quote IS 'Boolean indicating if the tweet contains a quoted tweet'; -COMMENT ON COLUMN tweets.quote_id IS 'Foreign key referencing the ID of the quoted tweet'; \ No newline at end of file +COMMENT ON COLUMN tweets.quote_id IS 'Foreign key referencing the ID of the quoted tweet'; \ No newline at end of file