forked from bofh/fetsite
GitHub Account angelegt
This commit is contained in:
13
db/migrate/20130112144222_create_studien.rb
Normal file
13
db/migrate/20130112144222_create_studien.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class CreateStudien < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :studien do |t|
|
||||
t.string :zahl
|
||||
t.string :name
|
||||
t.text :shortdesc
|
||||
t.text :desc
|
||||
t.string :typ
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user