forked from bofh/fetsite
GitHub Account angelegt
This commit is contained in:
12
db/migrate/20130121073050_create_modulgruppen.rb
Normal file
12
db/migrate/20130121073050_create_modulgruppen.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class CreateModulgruppen < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :modulgruppen do |t|
|
||||
t.string :typ
|
||||
t.integer :phase
|
||||
t.string :name
|
||||
t.text :desc
|
||||
t.integer :studium_id
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user