PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v1.10.9_echoarea_gemini_public.sql   Download  
File: database/migrations/v1.10.9_echoarea_gemini_public.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: 218 bytes
 

Contents

Class file image Download
ALTER TABLE echoareas ADD COLUMN IF NOT EXISTS gemini_public BOOLEAN NOT NULL DEFAULT FALSE; CREATE INDEX IF NOT EXISTS idx_echoareas_gemini_public ON echoareas (gemini_public) WHERE gemini_public = TRUE;