Sindbad~EG File Manager

Current Path : /home/copmadinaarea/thecopmadinaarea.org/conference/database/
Upload File :
Current File : /home/copmadinaarea/thecopmadinaarea.org/conference/database/add_custom_table_column.sql

-- ===== DYNAMIC TABLE CREATION FEATURE - DATABASE SCHEMA =====
-- Add custom_table_name column to events table to store dynamic table references
-- This allows tracking which custom table belongs to each event

ALTER TABLE `events` ADD COLUMN `custom_table_name` VARCHAR(64) DEFAULT NULL AFTER `form_template_id`;
ALTER TABLE `events` ADD INDEX `idx_custom_table_name` (`custom_table_name`);

-- ===== END DYNAMIC TABLE CREATION FEATURE =====

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists