forked from bofh/fetsite
New Feature: Themen/Informationen
This commit is contained in:
10
db/migrate/20130805143616_create_themengruppen.rb
Normal file
10
db/migrate/20130805143616_create_themengruppen.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class CreateThemengruppen < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :themengruppen do |t|
|
||||
t.string :title
|
||||
t.text :text
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user