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

@@ -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