def change
    create_table :follows do |t|
      t.string :follower_type
      t.integer :follower_id
      t.string :followable_type