socialforge/db/migrate/20170331013652_add_language...

6 lines
120 B
Ruby

class AddLanguageToShixuns < ActiveRecord::Migration
def change
add_column :shixuns, :language, :string
end
end