def change
    create_table :adults do |t|
      t.index      :id
      t.string     :name, default: ''
      t.string     :photo_url