PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Add TIC password support for file areas ALTER TABLE file_areas ADD COLUMN password VARCHAR(255); COMMENT ON COLUMN file_areas.password IS 'Optional TIC file area password (FSC-87 Pw field)';