PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v20260505120000_add_registration_source_to_pending_users.sql   Download  
File: database/migrations/v20260505120000_add_registration_source_to_pending_users.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: 1 month ago
Size: 111 bytes
 

Contents

Class file image Download
ALTER TABLE pending_users ADD COLUMN IF NOT EXISTS registration_source VARCHAR(20) NOT NULL DEFAULT 'web';