Your IP : 216.73.216.207


Current Path : /home/antonen/chenglong.lt/administrator/components/com_foxcontact/sql/mysql/updates/
Upload File :
Current File : /home/antonen/chenglong.lt/administrator/components/com_foxcontact/sql/mysql/updates/3.6.3.sql

CREATE TABLE IF NOT EXISTS `#__foxcontact_sequences` (
	`series` VARCHAR(32) NOT NULL,
	`value` INT(11) UNSIGNED NOT NULL DEFAULT 0,
	PRIMARY KEY (`series`)
)
	DEFAULT CHARSET = utf8;