inital commit
This commit is contained in:
@@ -150,3 +150,14 @@ CREATE TABLE `catherine_league`.`archive` (
|
||||
|
||||
INSERT INTO `catherine_league`.`archive` (`title`, `youtube_id`) VALUES ('格ゲー大好き茜ちゃんと競う『キャサリン・フルボディ』 【VOICEROID紹介動画】', 'oE8Xk6pGtQc');
|
||||
INSERT INTO `catherine_league`.`archive` (`title`, `youtube_id`) VALUES ('【PGW.TV】キャサリンフルボディ 「対戦時に使うテクニック紹介など」【はやお】', '7fZk2Agy0S4');
|
||||
|
||||
CREATE TABLE catherine_league.janken (
|
||||
id BIGINT UNSIGNED auto_increment NOT NULL,
|
||||
`match` varchar(100) NULL,
|
||||
`result` json NULL,
|
||||
created_date DATETIME DEFAULT NOW() NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
)
|
||||
ENGINE=InnoDB
|
||||
DEFAULT CHARSET=utf8mb4
|
||||
COLLATE=utf8mb4_general_ci;
|
||||
|
||||
Reference in New Issue
Block a user