mail_queue.rb

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

-*- coding: utf-8 -*-

Schema Information

Schema version: 87

Table name: mail_queues

 id              :integer       not null, primary key
 domain_id       :integer       not null
 product_id      :integer       not null
 document_id     :integer       not null
 document_type   :string(255)   not null
 from_id         :integer       not null
 recipient_ids   :string(255)   not null
 comment_message :text
 field_type      :string(255)   not null
 has_attachment  :boolean       not null
 auto_login_url  :string(255)   not null
 mail_mode       :string(255)   not null
 copy_to_sender  :boolean       not null
 processed       :boolean       not null
 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]