CREATE TABLE `JMSettings` (
`id` INT NOT NULL AUTO_INCREMENT,
`Name` TEXT,
`PropValue` TEXT,
PRIMARY KEY ( `id` ) 
);