Sha256: c4d92237af2fd9debe7af392f18d8b1f28a896c440bea70fd0765e893efb8968

Contents?: true

Size: 605 Bytes

Versions: 44

Compression:

Stored size: 605 Bytes

Contents

# == Schema Information
#
# Table name: contact_opportunities
#
#  id             :integer         not null, primary key
#  contact_id     :integer
#  opportunity_id :integer
#  role           :string(32)
#  deleted_at     :datetime
#  created_at     :datetime
#  updated_at     :datetime
#

<%
  for i in (1 .. 20) do
    random = rand(20)
%>
contact_opportunities<%= i %>:
  id: <%= i %>
  contact_id: <%= i if random < 15 %>
  opportunity_id: <%= (i + random) if random < 15 %>
  deleted_at:
  created_at: <%= starts = Date.today - rand(15).days %>
  updated_at: <%= starts + rand(5).days %>
<% end %>

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
fat_free_crm-0.22.1 db/demo/contact_opportunities.yml
fat_free_crm-0.22.0 db/demo/contact_opportunities.yml
fat_free_crm-0.21.0 db/demo/contact_opportunities.yml
fat_free_crm-0.20.1 db/demo/contact_opportunities.yml
fat_free_crm-0.20.0 db/demo/contact_opportunities.yml
fat_free_crm-0.19.2 db/demo/contact_opportunities.yml
fat_free_crm-0.19.0 db/demo/contact_opportunities.yml
fat_free_crm-0.18.2 db/demo/contact_opportunities.yml
fat_free_crm-0.14.2 db/demo/contact_opportunities.yml
fat_free_crm-0.15.2 db/demo/contact_opportunities.yml
fat_free_crm-0.16.4 db/demo/contact_opportunities.yml
fat_free_crm-0.17.3 db/demo/contact_opportunities.yml
fat_free_crm-0.18.1 db/demo/contact_opportunities.yml
fat_free_crm-0.18.0 db/demo/contact_opportunities.yml
fat_free_crm-0.14.1 db/demo/contact_opportunities.yml
fat_free_crm-0.15.1 db/demo/contact_opportunities.yml
fat_free_crm-0.16.3 db/demo/contact_opportunities.yml
fat_free_crm-0.17.2 db/demo/contact_opportunities.yml
fat_free_crm-0.16.2 db/demo/contact_opportunities.yml
fat_free_crm-0.17.1 db/demo/contact_opportunities.yml