Sha256: 04ec7af9124a2f80310a7ff87b34e569d7cbe18ba5fdecf520a6b0fdbeb48778
Contents?: true
Size: 357 Bytes
Versions: 27
Compression:
Stored size: 357 Bytes
Contents
class AddCountryZipStatePhoneNumberDisciplineToOrganizations < ActiveRecord::Migration def change add_column :organizations, :country, :string add_column :organizations, :zip, :string add_column :organizations, :state, :string add_column :organizations, :phone_number, :string add_column :organizations, :discipline, :string end end
Version data entries
27 entries across 27 versions & 1 rubygems