Skip to content

Commit

Permalink
update db
Browse files Browse the repository at this point in the history
  • Loading branch information
xuecong committed Dec 6, 2022
1 parent cf73598 commit 3be3127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,8 @@ CREATE TABLE `ejyy_property_company_user` (
`id` int(11) NOT NULL,
`account` varchar(32) DEFAULT NULL,
`password` varchar(32) DEFAULT NULL,
`open_id` varchar(28) NOT NULL,
`union_id` varchar(32) NOT NULL,
`open_id` varchar(28) DEFAULT NULL,
`union_id` varchar(32) DEFAULT NULL,
`real_name` varchar(8) DEFAULT NULL,
`idcard` varchar(18) DEFAULT NULL,
`gender` tinyint(1) NOT NULL DEFAULT 0,
Expand Down

0 comments on commit 3be3127

Please sign in to comment.