View file comm/comm1.sql

File size: 521B
-- Wap PhpMyAdmin 211
-- http://master-land.net/phpmyadmin 
-- Generation Time: 2014-02-01 15:02
-- MySQL Server Version: 5.5.29
-- PHP Version: 5.4.10

-- Database: `db1376802715`


-- --------------------------------------------------------
-- 
-- Table structure for table `mark_comm`
-- 

CREATE TABLE `mark_comm` (
  `id_comm` int(11) NOT NULL,
  `id_user` int(11) NOT NULL,
  `time` int(11) NOT NULL,
  `id` int(11) NOT NULL AUTO_INCREMENT,
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8;