����JFIF��`�`�����Viewing File: /home/u820193700/domains/throtllr.com/public_html/backend/setup_media_blogs.sql
DROP TABLE IF EXISTS tour_media;
DROP TABLE IF EXISTS tour_blogs;

CREATE TABLE tour_media (
    id INT AUTO_INCREMENT PRIMARY KEY,
    tour_id INT NOT NULL,
    media_url VARCHAR(255) NOT NULL,
    media_type ENUM('image', 'local_video', 'youtube') DEFAULT 'image',
    thumbnail_url VARCHAR(255) DEFAULT NULL,
    title VARCHAR(100) DEFAULT NULL,
    created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
    FOREIGN KEY (tour_id) REFERENCES tours(id) ON DELETE CASCADE
);

CREATE TABLE tour_blogs (
    id INT AUTO_INCREMENT PRIMARY KEY,
    tour_id INT NOT NULL,
    title VARCHAR(255) NOT NULL,
    excerpt TEXT,
    author_name VARCHAR(100),
    author_avatar VARCHAR(255),
    blog_url VARCHAR(255) NOT NULL,
    media_type ENUM('image', 'local_video', 'youtube') DEFAULT 'image',
    media_url VARCHAR(255) DEFAULT NULL,
    published_date DATE,
    created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
    FOREIGN KEY (tour_id) REFERENCES tours(id) ON DELETE CASCADE
);

-- Insert dummy data for tour ID 10 (High Alpine Tour / Ladakh Adventure)
INSERT INTO tour_media (tour_id, media_url, media_type, thumbnail_url, title) VALUES
(10, 'https://www.youtube.com/embed/dQw4w9WgXcQ', 'youtube', 'https://images.unsplash.com/photo-1558981403-c5f9899a28bc?w=400', 'Riding through the passes'),
(10, 'assets/video/sample_ride.mp4', 'local_video', 'https://images.unsplash.com/photo-1591154665854-01dbaf614bd8?w=400', 'Local video example'),
(10, 'https://images.unsplash.com/photo-1599940778173-e276d4acb2bb?w=400', 'image', NULL, 'Scenic Overlook'),
(10, 'https://images.unsplash.com/photo-1587582423116-ec07293f0395?w=400', 'image', NULL, 'Group Photo');

INSERT INTO tour_blogs (tour_id, title, excerpt, author_name, author_avatar, blog_url, media_type, media_url, published_date) VALUES
(10, 'Conquering the High Alpine', 'A detailed account of my 7-day journey through the most challenging and rewarding terrain.', 'Rahul Sharma', 'https://randomuser.me/api/portraits/men/32.jpg', '#', 'image', 'https://images.unsplash.com/photo-1558981403-c5f9899a28bc?w=800', '2025-10-15'),
(10, 'Why this is the ultimate adventure', 'From the sweeping corners to the incredible food, everything was perfect. Here is my diary.', 'Anita Desai', 'https://randomuser.me/api/portraits/women/44.jpg', '#', 'youtube', 'https://www.youtube.com/embed/tgbNymZ7vqY', '2025-11-02');
Back to Directory �������}�!1AQa"q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz�������������������������������������������������������������������������������� ������w�!1AQaq"2�B���� #3R�br� $4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������ ��?��_��+��?��(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(���(�����