Class: CreatePostPushStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/post_pusher/install/templates/create_post_push_status.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
6
# File 'lib/generators/post_pusher/install/templates/create_post_push_status.rb', line 2

def change
  create_table :post_push_statuses do |t|
    t.string :task_name, null: false, index: true
  end
end