Class: CreateAllAdjectiveTables

Inherits:
Object
  • Object
show all
Defined in:
lib/templates/all_tables.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
6
7
8
# File 'lib/templates/all_tables.rb', line 2

def change
  create_table :actors do |t|
    t.string :name

    t.timestamps
  end
end