GitHub Account angelegt
This commit is contained in:
8
db/migrate/20130124010100_create_lva_modul_join_table.rb
Normal file
8
db/migrate/20130124010100_create_lva_modul_join_table.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class CreateLvaModulJoinTable < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :lvas_moduls, :id=>false do |t|
|
||||
t.integer :lva_id
|
||||
t.integer :modul_id
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user