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

@@ -38,8 +38,8 @@ end
# Table name: email_logs
#
# id :integer not null, primary key
# to_address :string(255) not null
# email_type :string(255) not null
# to_address :string not null
# email_type :string not null
# user_id :integer
# created_at :datetime not null
# updated_at :datetime not null
@@ -47,7 +47,7 @@ end
# post_id :integer
# topic_id :integer
# skipped :boolean default(FALSE)
# skipped_reason :string(255)
# skipped_reason :string
#
# Indexes
#