Your IP : 216.73.216.229


Current Path : /home/jeromecohp/www/administrator/components/com_rsform/sql/mysql/
Upload File :
Current File : /home/jeromecohp/www/administrator/components/com_rsform/sql/mysql/properties.sql

CREATE TABLE IF NOT EXISTS `#__rsform_properties` (
  `PropertyId` int(11) NOT NULL auto_increment,
  `ComponentId` int(11) NOT NULL default '0',
  `PropertyName` text NOT NULL,
  `PropertyValue` mediumtext NOT NULL,
  UNIQUE KEY `PropertyId` (`PropertyId`),
  KEY `ComponentId` (`ComponentId`)
) DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;