Skip to content

Commit 1dea9d7

Browse files
committed
sql change
1 parent c8da371 commit 1dea9d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sss/src/main/resources/conf/sss.schema.sql

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
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

0 commit comments

Comments
 (0)