PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v1.4.3_add_netmail_message_id.sql   Download  
File: database/migrations/v1.4.3_add_netmail_message_id.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: 2 months ago
Size: 189 bytes
 

Contents

Class file image Download
-- Add message_id field to netmail table for MSGID storage -- This enables proper REPLY kludge generation using actual stored MSGIDs ALTER TABLE netmail ADD COLUMN message_id VARCHAR(100);