mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
update annotations
This commit is contained in:
@@ -9,13 +9,13 @@ end
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer not null
|
||||
# facebook_user_id :integer not null
|
||||
# username :string
|
||||
# first_name :string
|
||||
# last_name :string
|
||||
# email :string
|
||||
# gender :string
|
||||
# name :string
|
||||
# link :string
|
||||
# username :string(255)
|
||||
# first_name :string(255)
|
||||
# last_name :string(255)
|
||||
# email :string(255)
|
||||
# gender :string(255)
|
||||
# name :string(255)
|
||||
# link :string(255)
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# avatar_url :string
|
||||
|
||||
Reference in New Issue
Block a user