annotate models

This commit is contained in:
Sam
2016-02-23 10:33:53 +11:00
parent cab5dd09d3
commit 32c681c96b
44 changed files with 166 additions and 133 deletions

View File

@@ -257,11 +257,11 @@ end
#
# id :integer not null, primary key
# user_id :integer not null
# original_filename :string(255) not null
# original_filename :string not null
# filesize :integer not null
# width :integer
# height :integer
# url :string(255) not null
# url :string not null
# created_at :datetime not null
# updated_at :datetime not null
# sha1 :string(40)