Add description as comment on topic.
This commit is contained in:
@@ -2,6 +2,7 @@ class CreateTopics < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :topics do |t|
|
||||
t.string :title, null: false
|
||||
t.text :description_as_comment
|
||||
t.integer :author_id
|
||||
t.integer "comments_count", default: 0
|
||||
t.references :community, index: true
|
||||
|
||||
Reference in New Issue
Block a user