2011-05-07 20:50:39 +02:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
|
|
|
|
|
2009-01-08 16:33:27 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: messages
|
|
|
|
#
|
2009-02-02 16:35:43 +01:00
|
|
|
# id :integer not null, primary key
|
|
|
|
# sender_id :integer
|
2009-01-16 02:17:49 +01:00
|
|
|
# recipients_ids :text
|
2009-01-15 18:26:37 +01:00
|
|
|
# subject :string(255) not null
|
|
|
|
# body :text
|
2009-02-02 16:35:43 +01:00
|
|
|
# email_state :integer default(0), not null
|
2011-05-07 20:50:39 +02:00
|
|
|
# private :boolean default(FALSE)
|
2009-01-15 18:26:37 +01:00
|
|
|
# created_at :datetime
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
|