Post 2
Published on October 08, 2025
INSERT INTO `blog_posts` (`id`, `title`, `content`, `image_path`, `post_status`, `created_at`, `updated_at`) VALUES (NULL, 'Test Post', 'This is my first test blog port.', NULL, 'Published', current_timestamp(), current_timestamp());