Added a lastLoginAt field to the User entity

This commit is contained in:
Polonkai Gergely
2012-07-07 18:04:15 +02:00
parent 26527d8057
commit adba578db8
5 changed files with 66 additions and 3 deletions

View File

@@ -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