View file mysql.sql

File size: 429B
-- Created by http://keo.su 
-- Database: `db1546355020`


-- --------------------------------------------------------
-- 
-- Table structure for table `activnost`
-- 

DROP TABLE IF EXISTS `activnost`;
CREATE TABLE `activnost` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `msg` varchar(400) DEFAULT NULL,
  `time` int(11) DEFAULT NULL,
  `id_user` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;