PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Migration: 1.11.0.1 - Widen bbs_directory columns that were too narrow for real-world data ALTER TABLE bbs_directory ALTER COLUMN os TYPE VARCHAR(255); ALTER TABLE bbs_directory ALTER COLUMN location TYPE VARCHAR(255);