mail_history.rb

Path: app/models/mail_history.rb
Last Update: Fri Jun 20 18:41:08 +0900 2008

-*- coding: utf-8 -*-

Schema Information

Schema version: 87

Table name: mail_histories

 id              :integer       not null, primary key
 domain_id       :integer       not null
 mail_queue_id   :integer       not null
 from_value      :string(255)   not null
 recipient_value :string(255)   not null
 subject         :string(255)   not null
 body            :text          not null
 status          :string(255)   not null
 error_log       :text
 created_at      :string(14)
 updated_at      :string(14)
 created_by      :integer
 updated_by      :integer
 created_in      :integer
 updated_in      :integer
 lock_version    :integer       default(0), not null

[Validate]