forked from bofh/fetsite
GitHub Account angelegt
This commit is contained in:
11
db/migrate/20130112105754_create_moduls.rb
Normal file
11
db/migrate/20130112105754_create_moduls.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateModuls < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :moduls do |t|
|
||||
t.string :name
|
||||
t.text :desc
|
||||
t.text :depend
|
||||
t.timestamps
|
||||
end
|
||||
add_column :lvas, :modul_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user