method
change
rails latest stable - Class:
CreatePosts
change()public
No documentation available.
# File railties/guides/code/getting_started/db/migrate/20110901012504_create_posts.rb, line 2
def change
create_table :posts do |t|
t.string :name
t.string :title
t.text :content
t.timestamps
end
end