def change
    create_table :mentions do |t|
      t.string :mentioner_type
      t.integer :mentioner_id
      t.string :mentionable_type