Newer
Older
dmpopidor / db / migrate / 20140218113637_themes_in_guidance.rb
@Damodar Damodar on 10 Aug 2016 200 bytes dropdown and org language setting
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