HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/itpartnership/RandomQ/DB/MySQL.sql
									
# Copyright � 2002-2005 WWW.Expinion.net
# The following creates necessary table for eu Random Quote
# Database: MySQL


DROP TABLE IF EXISTS table_q;
CREATE TABLE table_q (
  ID int(11) NOT NULL auto_increment,
  fldMEMO text NOT NULL,
  fldACTIVE int(1) NOT NULL default '0',
  PRIMARY KEY  (ID)
) TYPE=MyISAM COMMENT='Random Quote Table';