Sha256: c7b40279a9953801b80f9cd2135bc2034768aab6ce110c13565eb8675934e2c7
Contents?: true
Size: 289 Bytes
Versions: 30
Compression:
Stored size: 289 Bytes
Contents
class AddG5AuthenticatableUsersContactInfo < ActiveRecord::Migration 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
30 entries across 15 versions & 1 rubygems