Skip to content

Commit

Permalink
likes added to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Frannerz committed Jan 30, 2024
1 parent 9a535cf commit b526b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CREATE TABLE IF NOT EXISTS blog_posts (
name TEXT,
blog_post TEXT,
created_at DATETIME
likes INTEGER DEFAULT 0
)

COMMIT;

0 comments on commit b526b96

Please sign in to comment.