Class: CreateDeployPins

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/deploy_pin/install/templates/create_deploy_pins.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



4
5
6
7
8
9
# File 'lib/generators/deploy_pin/install/templates/create_deploy_pins.rb', line 4

def change
  create_table :deploy_pins do |t|
    t.string :uuid
    t.timestamps
  end
end