class CreateProviderTypes < ActiveRecord::Migration
	def change
		create_table :provider_types do |t|
			t.string :name
		end
	end
end
