demarches-normaliennes/db/migrate/20171030150323_add_file_to_commentaires.rb
2017-11-28 15:07:09 +01:00

5 lines
127 B
Ruby

class AddFileToCommentaires < ActiveRecord::Migration[5.0]
def change
add_column :commentaires, :file, :string
end
end