Newer
Older
dmpopidor / db / migrate / 20140218113637_themes_in_guidance.rb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 192 bytes DMPonline4 - RAILS 4.0 (#4)
class ThemesInGuidance < ActiveRecord::Migration
  def change 
 		create_table :themes_in_guidance, :id => false do |t|
      t.integer :theme_id
      t.integer :guidance_id
  	end
  end
end