2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Update annotations.

This commit is contained in:
Guo Xiang Tan 2018-02-20 14:28:58 +08:00
parent 86d12bd44b
commit 226ace1643
71 changed files with 199 additions and 175 deletions

View file

@ -8,15 +8,15 @@ end
#
# id :integer not null, primary key
# user_id :integer not null
# google_user_id :string(255) not null
# first_name :string(255)
# last_name :string(255)
# email :string(255)
# gender :string(255)
# name :string(255)
# link :string(255)
# profile_link :string(255)
# picture :string(255)
# google_user_id :string not null
# first_name :string
# last_name :string
# email :string
# gender :string
# name :string
# link :string
# profile_link :string
# picture :string
# created_at :datetime not null
# updated_at :datetime not null
#