PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Migration: Add meta JSONB column to drafts table -- Version: 1.11.0.70 -- Purpose: Store additional draft metadata (e.g. cross-post areas) that does not -- fit in dedicated columns. ALTER TABLE drafts ADD COLUMN IF NOT EXISTS meta JSONB;