PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v20260508180000_add_auto_feed_source_type.sql   Download  
File: database/migrations/v20260508180000_add_auto_feed_source_type.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: 1 month ago
Size: 300 bytes
 

Contents

Class file image Download
ALTER TABLE auto_feed_sources ADD COLUMN IF NOT EXISTS source_type VARCHAR(20) NOT NULL DEFAULT 'rss'; CREATE INDEX IF NOT EXISTS idx_auto_feed_source_type ON auto_feed_sources(source_type); COMMENT ON COLUMN auto_feed_sources.source_type IS 'Auto feed source adapter, such as rss or bluesky';