Neuigkeiten Link

Querverweise für Neuigkeiten
This commit is contained in:
Andreas Stephanides
2014-03-29 11:30:46 +01:00
parent 1d2d3e791b
commit a8401391a6
22 changed files with 199 additions and 55 deletions

View File

@@ -0,0 +1,13 @@
class CreateNlinks < ActiveRecord::Migration
def change
create_table :nlinks do |t|
t.string :title
t.integer :sort
t.integer :neuigkeit_id
t.integer :link_id
t.string :link_type
t.timestamps
end
end
end