· 8 years ago · Apr 12, 2018, 11:40 AM
1/*
2Navicat MySQL Data Transfer
3
4Source Server : Laurentia.pl
5Source Server Version : 50639
6Source Host : 176.31.104.46:3306
7Source Database : logi
8
9Target Server Type : MYSQL
10Target Server Version : 50639
11File Encoding : 65001
12
13Date: 2018-04-12 13:38:15
14*/
15
16SET FOREIGN_KEY_CHECKS=0;
17
18-- ----------------------------
19-- Table structure for `boss_check`
20-- ----------------------------
21DROP TABLE IF EXISTS `boss_check`;
22CREATE TABLE `boss_check` (
23 `id` mediumint(4) NOT NULL DEFAULT '0',
24 `ch1` int(11) NOT NULL DEFAULT '0',
25 `ch2` int(11) NOT NULL DEFAULT '0',
26 `ch3` int(11) NOT NULL DEFAULT '0',
27 `ch4` int(11) NOT NULL DEFAULT '0',
28 `ch5` int(11) NOT NULL DEFAULT '0',
29 PRIMARY KEY (`id`)
30) ENGINE=MyISAM DEFAULT CHARSET=cp1250 COLLATE=cp1250_polish_ci;
31
32-- ----------------------------
33-- Records of boss_check
34-- ----------------------------
35INSERT INTO `boss_check` VALUES ('0', '0', '0', '0', '0', '0');