socialforge/db/migrate/20141201085218_add_qutoes_t...

6 lines
126 B
Ruby

class AddQutoesToAttachments < ActiveRecord::Migration
def change
add_column("attachments","quotes",:integer)
end
end