Sha256: 223845bcc16e4646247ee384eaf3fc9c87fca2bc8099a7d380513103f19aa3c9
Contents?: true
Size: 291 Bytes
Versions: 46
Compression:
Stored size: 291 Bytes
Contents
class CreateLeads < ActiveRecord::Migration def change create_table :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
46 entries across 20 versions & 1 rubygems