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,10 +9,10 @@ end
#
# id :integer not null, primary key
# user_id :integer not null
# uid :string not null
# provider :string not null
# email :string
# name :string
# uid :string(255) not null
# provider :string(255) not null
# email :string(255)
# name :string(255)
# created_at :datetime not null
# updated_at :datetime not null
#