class CreateAnnoncePets < ActiveRecord::Migration def change create_table :annonce_pets do |t| t.string :bien_type t.timestamps null: false end end end