File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
sss/src/main/resources/conf Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- CREATE DATABASE IF NOT EXISTS ` SSS_MYSQL_SCHEME` /* !40100 DEFAULT CHARACTER SET utf8 */ ;
2- USE ` SSS_MYSQL_SCHEME` ;
3-
41-- MySQL dump 10.13 Distrib 5.6.24, for Win64 (x86_64)
52--
63-- Host: localhost Database: sss
@@ -1740,6 +1737,7 @@ CREATE TABLE `video` (
17401737 ` videoId` varchar (200 ) NOT NULL ,
17411738 ` genre` varchar (200 ) NOT NULL ,
17421739 ` link` varchar (255 ) NOT NULL ,
1740+ ` videoType` varchar (200 ) NOT NULL ,
17431741 PRIMARY KEY (` videoId` ),
17441742 CONSTRAINT ` videoIdFKvideo` FOREIGN KEY (` videoId` ) REFERENCES ` entity` (` id` ) ON DELETE CASCADE ON UPDATE NO ACTION
17451743) ENGINE= InnoDB DEFAULT CHARSET= utf8;
@@ -1841,4 +1839,4 @@ UNLOCK TABLES;
18411839/* !40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */ ;
18421840/* !40111 SET SQL_NOTES=@OLD_SQL_NOTES */ ;
18431841
1844- -- Dump completed on 2015-09-25 12:22:22
1842+ -- Dump completed on 2015-11-27 7:51:32
You can’t perform that action at this time.
0 commit comments