Skip to content

Commit

Permalink
Formated sql file
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbelfanti committed Jun 2, 2024
1 parent 1e2570e commit df52cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/003_create_tweets_table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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';
COMMENT ON COLUMN tweets.quote_id IS 'Foreign key referencing the ID of the quoted tweet';

0 comments on commit df52cf1

Please sign in to comment.