class CreateLicitacaoAtasDasSessoes < ActiveRecord::Migration[4.2]
	def change
		create_table :licitacao_atas_das_sessoes do |t|
			t.text :texto
			t.integer :projeto_id

			t.timestamps null: false
		end
	end
end
