Sha256: b6909b88864995779d793549721f99bce435866deef2ba8a51c0c70152ac5944
Contents?: true
Size: 311 Bytes
Versions: 4
Compression:
Stored size: 311 Bytes
Contents
class CreateRdStationLeads < ActiveRecord::Migration def change create_table :rd_station_leads do |t| t.string :name t.string :last_name t.string :emial t.string :company t.string :job_title t.string :phone t.string :website t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems