Sha256: 037f25150ee8e3282fa23ff22e004988871e28f376c8bf601ff715df656ea6f2
Contents?: true
Size: 575 Bytes
Versions: 44
Compression:
Stored size: 575 Bytes
Contents
# == Schema Information # # Table name: account_opportunities # # id :integer not null, primary key # account_id :integer # opportunity_id :integer # deleted_at :datetime # created_at :datetime # updated_at :datetime # <% for i in (1 .. 20) do random = rand(20) %> account_opportunities<%= i %>: id: <%= i %> account_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