INSERT INTO `qs_Settings` (`name`, `idCategory`, `fieldType`, `label`, `value`, `options`, `description`, `required`, `system`, `sorter`, `added`, `changed`) VALUES ('googlePlusUrl', 1, 'text', 'Google Plus URL', '', '', 'Example: http://plus.google.com/+YourPage', 'n', 'n', 831, NOW(), NOW()); INSERT INTO `qs_SettingsOptions` (`name`, `variable`, `value`, `type`, `sorter`) VALUES ('googlePlusUrl', 'validators[0]', 'Url', 'string', NULL);