Sha256: 9de5b1269ce3e40de2d3be0ba070502bd207af0cc0b4362b4143bef5f41bfa7e
Contents?: true
Size: 910 Bytes
Versions: 49
Compression:
Stored size: 910 Bytes
Contents
# == Schema Information # # Table name: wbase_mail_events # # id :integer not null, primary key # sg_message_id :string # email :string # timestamp :string # smtp_id :string # event :string # data :json # mail_eventable_id :integer # mail_eventable_type :string # created_at :datetime not null # updated_at :datetime not null # # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: sg_message_id: MyString email: MyString timestamp: MyString smtp-id: MyString event: MyString data: mail_eventable_id: 1 mail_eventable_type: MyString two: sg_message_id: MyString email: MyString timestamp: MyString smtp-id: MyString event: MyString data: mail_eventable_id: 1 mail_eventable_type: MyString
Version data entries
49 entries across 49 versions & 1 rubygems