annotate models

This commit is contained in:
Sam
2016-02-23 10:33:53 +11:00
parent cab5dd09d3
commit 32c681c96b
44 changed files with 166 additions and 133 deletions

View File

@ -13,12 +13,12 @@ end
# Table name: user_fields
#
# id :integer not null, primary key
# name :string(255) not null
# field_type :string(255) not null
# name :string not null
# field_type :string not null
# created_at :datetime
# updated_at :datetime
# editable :boolean default(FALSE), not null
# description :string(255) not null
# description :string not null
# required :boolean default(TRUE), not null
# show_on_profile :boolean default(FALSE), not null
# position :integer default(0)