Sha256: 3d944974c97f0d8d154a5a7b01e0dbf527b44077bbb8a5989080f0bf5dcd5c4d
Contents?: true
Size: 325 Bytes
Versions: 18
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true class AddG5AuthenticatableUsersContactInfo < ActiveRecord::Migration[4.2] def change change_table(:g5_authenticatable_users) do |t| t.string :first_name t.string :last_name t.string :phone_number t.string :title t.string :organization_name end end end
Version data entries
18 entries across 18 versions & 1 rubygems