PHP Classes

File: SQL File

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

Contents

Class file image Download
ALTER TABLE netmail ADD COLUMN IF NOT EXISTS outbound_attachment_path TEXT; COMMENT ON COLUMN netmail.outbound_attachment_path IS 'Path to pending outbound file attachment; NULL when no attachment or after delivery';