Skip to content

Commit

Permalink
modify member table.
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
4 people authored and o-kopysov committed Sep 4, 2023
1 parent 208fc70 commit 706424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/database_dump.sql
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ DROP TABLE IF EXISTS `member`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `member` (
`member_id` bigint(20) PRIMARY KEY NOT NULL AUTO_INCREMENT,
`id` bigint(20) PRIMARY KEY NOT NULL AUTO_INCREMENT,
`e-mail` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`nickname` varchar(255) DEFAULT NULL,
Expand Down

0 comments on commit 706424a

Please sign in to comment.