Skip to content

Commit

Permalink
Add DB options.
Browse files Browse the repository at this point in the history
Signed-off-by: Han Kyuhyun <[email protected]>
Co-authored-by: ByunJeongHeum <[email protected]>
Co-authored-by: Hwan <[email protected]>
Co-authored-by: jongmin Lee <[email protected]>
  • Loading branch information
kyudori committed Sep 3, 2023
1 parent 1c310af commit aaccba4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/database_dump.sql
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ CREATE TABLE `member` (
`nickname` varchar(255) DEFAULT NULL,
`provider` varchar(10) NOT NULL,
`organization` varchar(255) DEFAULT NULL
);
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;


/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

Expand Down

0 comments on commit aaccba4

Please sign in to comment.