CREATE TABLE chat_robot_media (
    id text,
    content_type text,
    user_id uuid,
    registered_at integer,
    uploaded_at integer,
    has_preview boolean,
    shared boolean
);
