PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Allow duplicate content per area (optional) ALTER TABLE file_areas ADD COLUMN IF NOT EXISTS allow_duplicate_hash BOOLEAN DEFAULT FALSE;