mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
annotate models
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user