Skip to content

Commit

Permalink
[#2] 회원 생성 DDL SQL 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Oct 16, 2021
1 parent 9525707 commit c44db07
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ create table habit (
# 회원 Table
create table member (
mem_idx bigint not null auto_increment,
oauth_id varchar(255),
password varchar(255),
created_dt datetime,
modified_dt datetime,
mem_email varchar(255) not null,
Expand Down

0 comments on commit c44db07

Please sign in to comment.