Merge pull request #3894 from kelyar/master
reversible migration example
This commit is contained in:
commit
4f107384f0
@ -302,7 +302,7 @@ def initialize(name)
|
||||
#
|
||||
# class TenderloveMigration < ActiveRecord::Migration
|
||||
# def change
|
||||
# create_table(:horses) do
|
||||
# create_table(:horses) do |t|
|
||||
# t.column :content, :text
|
||||
# t.column :remind_at, :datetime
|
||||
# end
|
||||
|
Loading…
Reference in New Issue
Block a user