mirror of
https://github.com/friendica/friendica
synced 2025-04-26 20:30:11 +00:00
register/login timestamps
This commit is contained in:
parent
df2e79dcaf
commit
f60f82727f
9 changed files with 38 additions and 9 deletions
|
@ -357,6 +357,8 @@ CREATE TABLE IF NOT EXISTS `user` (
|
|||
`email` char(255) NOT NULL,
|
||||
`openid` char(255) NOT NULL,
|
||||
`timezone` char(128) NOT NULL,
|
||||
`register_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`default-location` char(255) NOT NULL,
|
||||
`allow_location` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`theme` char(255) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue