forked from bofh/fetsite
GitHub Account angelegt
This commit is contained in:
15
db/migrate/20130112104517_create_lvas.rb
Normal file
15
db/migrate/20130112104517_create_lvas.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
class CreateLvas < ActiveRecord::Migration
|
||||
def up
|
||||
create_table :lvas do |t|
|
||||
t.string :name
|
||||
t.text :desc
|
||||
t.decimal :ects
|
||||
t.string :lvanr
|
||||
t.decimal :stunden
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
def down
|
||||
drop_table :lvas
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user