Sha256: eec2bdb587e17a0373993b05e7f3156a049e5b0bc3f788da98c496007aecaecd
Contents?: true
Size: 344 Bytes
Versions: 18
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true class AddG5AuthenticatableUsersContactInfo < ActiveRecord::Migration<%= migration_version %> 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