mirror of
https://github.com/v2board/v2board.git
synced 2025-04-16 14:42:38 +08:00
support multi password hash verify
This commit is contained in:
parent
5e7e42e52c
commit
ab5aeb545e
@ -195,6 +195,7 @@ CREATE TABLE `v2_user` (
|
|||||||
`invite_user_id` int(11) DEFAULT NULL,
|
`invite_user_id` int(11) DEFAULT NULL,
|
||||||
`email` varchar(64) NOT NULL,
|
`email` varchar(64) NOT NULL,
|
||||||
`password` varchar(64) NOT NULL,
|
`password` varchar(64) NOT NULL,
|
||||||
|
`password_algo` char(10) DEFAULT NULL,
|
||||||
`balance` int(11) NOT NULL DEFAULT '0',
|
`balance` int(11) NOT NULL DEFAULT '0',
|
||||||
`commission_rate` int(11) DEFAULT NULL,
|
`commission_rate` int(11) DEFAULT NULL,
|
||||||
`commission_balance` int(11) NOT NULL DEFAULT '0',
|
`commission_balance` int(11) NOT NULL DEFAULT '0',
|
||||||
@ -223,4 +224,4 @@ CREATE TABLE `v2_user` (
|
|||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
|
||||||
-- 2020-01-29 07:11:28
|
-- 2020-01-31 15:03:40
|
||||||
|
Loading…
x
Reference in New Issue
Block a user