Update annotations

This commit is contained in:
Robin Ward
2019-01-11 12:19:23 -05:00
parent 1a3655b787
commit a3839495e0
68 changed files with 175 additions and 173 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)