annotate models

This commit is contained in:
Saito 2011-11-16 16:32:35 +08:00
parent f294b8d4c3
commit 7b5fd14515
4 changed files with 10 additions and 14 deletions

View file

@ -64,9 +64,10 @@ end
# updated_at :datetime
# name :string(255)
# admin :boolean default(FALSE), not null
# projects_limit :integer
# skype :string
# linkedin :string
# twitter :string
# projects_limit :integer default(10)
# skype :string(255) default(""), not null
# linkedin :string(255) default(""), not null
# twitter :string(255) default(""), not null
# authentication_token :string(255)
#