Added a lastLoginAt field to the User entity
This commit is contained in:
@@ -21,6 +21,10 @@ KekRozsak\FrontBundle\Entity\User:
|
||||
display_name:
|
||||
type: string(50)
|
||||
nullable: false
|
||||
last_login_at:
|
||||
type: datetime
|
||||
nullable: true
|
||||
default: null
|
||||
oneToMany:
|
||||
articles:
|
||||
targetEntity: Article
|
||||
|
Reference in New Issue
Block a user