Sha256: 66f6611163a81a962ac6b15e0a02b4a45f63730c83caabf2b41e20d7873858e2
Contents?: true
Size: 324 Bytes
Versions: 22
Compression:
Stored size: 324 Bytes
Contents
class CreateLeadsToHighriseLeads < ActiveRecord::Migration def change create_table :leads_to_highrise_leads do |t| t.string :name t.string :last_name t.string :email t.string :company t.string :job_title t.string :phone t.string :website t.timestamps end end end
Version data entries
22 entries across 10 versions & 1 rubygems