Class: CreateSmsQueues
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateSmsQueues
- Defined in:
- lib/generators/dynmark/install/templates/create_sms_queues.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
13 14 15 |
# File 'lib/generators/dynmark/install/templates/create_sms_queues.rb', line 13 def self.down drop_table :sms_queues end |
.up ⇒ Object
2 3 4 5 6 7 8 9 10 11 |
# File 'lib/generators/dynmark/install/templates/create_sms_queues.rb', line 2 def self.up create_table :sms_queues do |t| t.string :name t.string :password t.string :originator t.string :text t.string :recipient t. end end |