def change
    create_table :likes do |t|
      t.string :liker_type
      t.integer :liker_id
      t.string :likeable_type