INSERT INTO posts (posts_uuid, user_id, created_at, post_text, likes, comments) VALUES ('1a2b3c4d', 1, '2024-11-01 10:00:00', 'Post1', 5, 2), ('2b3c4d5e', 1, '2024-11-02 11:30:00', 'Post2', 10, 3), ('3c4d5e6f', 2, '2024-11-03 12:45:00', 'Post3', 0, 0), ('4d5e6f7g', 2, '2024-11-04 14:20:00', 'Post4', 15, 5), ('5e6f7g8h', 3, '2024-11-05 09:15:00', 'Post5', 8, 1);