Skip to content

Commit fe39ea7

Browse files
committed
mobile default null
1 parent b8b5526 commit fe39ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ CREATE TABLE `sys_user` (
8484
`create_date` datetime DEFAULT NULL,
8585
`update_date` datetime DEFAULT NULL,
8686
`del_flag` varchar(4) DEFAULT NULL,
87-
`mobile` varchar(20) NOT NULL,
87+
`mobile` varchar(20) DEFAULT NULL,
8888
PRIMARY KEY (`id`)
8989
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
9090

0 commit comments

Comments
 (0)