Method: CommandTable#change
- Defined in:
- lib/invocker/migrate.rb
#change ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/invocker/migrate.rb', line 4 def change create_table :commands do |table| table.string :key table.string :command table. end end |