| 12345678910111213141516171819202122232425262728293031 |
- /*
- Navicat MySQL Data Transfer
- Source Server : localhost
- Source Server Version : 50528
- Source Host : localhost:3306
- Source Database : test
- Target Server Type : MYSQL
- Target Server Version : 50528
- File Encoding : 65001
- Date: 2013-06-02 17:53:37
- */
- SET FOREIGN_KEY_CHECKS=0;
- -- ----------------------------
- -- Table structure for `dm_watchdog`
- -- ----------------------------
- DROP TABLE IF EXISTS `dm_watchdog`;
- CREATE TABLE `dm_watchdog` (
- `id` int(11) NOT NULL DEFAULT '0',
- `reporter` int(11) NOT NULL DEFAULT '0',
- `timestamp` int(11) NOT NULL DEFAULT '0',
- `superwatch` tinyint(11) NOT NULL DEFAULT '0'
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- -- ----------------------------
- -- Records of dm_watchdog
- -- ----------------------------
|