1
0

stat_table_config.sql 258 B

123456789101112
  1. -- --------------------------------------------------------
  2. --
  3. -- Table structure for table `config`
  4. --
  5. CREATE TABLE `config` (
  6. `id` int(11) NOT NULL,
  7. `option_id` int(11) DEFAULT NULL,
  8. `value` text DEFAULT NULL
  9. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;