class AddLastSignedAtToPetitions < ActiveRecord::Migration - AddLastSignedAtToPetitions has no descriptive comment
def change
change_table :petitions do |t| - AddLastSignedAtToPetitions#change has the variable name 't'
t.datetime :last_signed_at -
t.index :last_signed_at
end
end
end