This commit is contained in:
Unknown 2014-05-01 08:26:41 -04:00
parent d0ea4c7b68
commit 89c99167b2
5 changed files with 11 additions and 0 deletions

View file

@ -46,6 +46,7 @@ type User struct {
Id int64
LowerName string `xorm:"unique not null"`
Name string `xorm:"unique not null"`
FullName string
Email string `xorm:"unique not null"`
Passwd string `xorm:"not null"`
LoginType int