Add timestamps to Topic. Add fields on topic list.
This commit is contained in:
@@ -4,6 +4,7 @@ class CreateTopics < ActiveRecord::Migration
|
||||
t.string :title, null: false
|
||||
t.integer :author_id
|
||||
t.references :community, index: true
|
||||
t.timestamps null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user