class CreateAnnonceNauts < ActiveRecord::Migration def change create_table :annonce_nauts do |t| t.string :naut_type t.date :year t.timestamps null: false end end end