Class: MessageBlast
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- MessageBlast
- Defined in:
- app/models/message_blast.rb
Overview
Schema Information
Table name: message_blasts
id :bigint not null, primary key
existing_users :boolean default(FALSE)
new_users :boolean default(FALSE)
text :text(65535)
title :string(255)
created_at :datetime not null
updated_at :datetime not null
user_id :bigint not null
Indexes
(user_id)
Foreign Keys
fk_rails_... (user_id => users.id)