PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v20260511120000_ai_og_summary_shared_messages.sql   Download  
File: database/migrations/v20260511120000_ai_og_summary_shared_messages.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 362 bytes
 

Contents

Class file image Download
-- Migration: v20260511120000 ? Add AI-generated og:description cache to shared_messages -- Stores the user-authored or AI-generated link preview description for a shared message. -- NULL means no description has been set; the shared page falls back to a body excerpt. ALTER TABLE shared_messages ADD COLUMN IF NOT EXISTS ai_og_summary TEXT DEFAULT NULL;