· 6 years ago · Nov 03, 2019, 05:06 PM
1
2CREATE TABLE IF NOT EXISTS `system_settings` (
3 `Setting` varchar(50) NOT NULL,
4 `Value` varchar(50) DEFAULT NULL,
5 PRIMARY KEY (`Setting`)
6) ENGINE=InnoDB DEFAULT CHARSET=latin1;
7
8INSERT INTO `system_settings` (`Setting`, `Value`) VALUES
9 ('ExportPrice_16', '13'),
10 ('ExportPrice_17', '370'),
11 ('ExportPrice_18', '11'),
12 ('ExportPrice_35', '91'),
13 ('ExportPrice_36', '24'),
14 ('ExportPrice_42', '3151'),
15 ('ServerWeather', '0');