Skip to content

Commit 5a5a7c6

Browse files
committed
Add "signupDate" on User table
1 parent e6bc373 commit 5a5a7c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ CREATE TABLE User
5353
password VARCHAR(60) NOT NULL,
5454
roleId INT NOT NULL DEFAULT 1,
5555
shopId INT DEFAULT NULL,
56+
signupDate DATETIME NOT NULL DEFAULT NOW(),
5657
-- Email verification code
5758
verificationCode VARCHAR(64),
5859
UNIQUE (email),

0 commit comments

Comments
 (0)