update annotations

This commit is contained in:
Arpit Jalan
2017-12-05 20:59:14 +05:30
parent a5e58e7afa
commit daeb7694bc
71 changed files with 185 additions and 190 deletions

View File

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