class CreateLicitacaoContratados < ActiveRecord::Migration[4.2]
	def change
		create_table :licitacao_contratados do |t|
			t.integer :pessoa_do_projeto_id
			t.integer :arquivo_id
			t.timestamps null: false
		end
	end
end
