Neuigkeiten Link
Querverweise für Neuigkeiten
This commit is contained in:
13
db/migrate/20140328200432_create_nlinks.rb
Normal file
13
db/migrate/20140328200432_create_nlinks.rb
Normal 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
|
||||
Reference in New Issue
Block a user