Skip to content

Commit 64164cf

Browse files
Update schema.sql
1 parent effda00 commit 64164cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ CREATE TABLE IF NOT EXISTS `users` (
114114
`U_id` int(11) NOT NULL AUTO_INCREMENT,
115115
`U_name` varchar(30) NOT NULL,
116116
`U_email` varchar(100) NOT NULL,
117-
`U_password` varchar(255) NOT NULL,
117+
`U_password` varchar(255) NOT NULL DEFAULT '',
118118
`U_userLevel` int(1) NOT NULL,
119119
`U_status` int(1) NOT NULL,
120120
PRIMARY KEY (`U_id`)

0 commit comments

Comments
 (0)