class CreateFeedback < ActiveRecord::Migration - CreateFeedback has no descriptive comment
def change
create_table :feedback do |t| - CreateFeedback#change has the variable name 't'
t.string :comment, limit: 32768, null: false -
t.string :petition_link_or_title -
t.string :email -
t.string :user_agent
end
end
end