Sha256: 39988160cb9b0a03fdb303561372ef5f72d0551e6cc97b59bbb426a504459d2f
Contents?: true
Size: 579 Bytes
Versions: 64
Compression:
Stored size: 579 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html one: user_checkout_stat_id: 1 user_id: 1 checkouts_count: 1 two: user_checkout_stat_id: 2 user_id: 1 checkouts_count: 1 # == Schema Information # # Table name: checkout_stat_has_users # # id :integer not null, primary key # user_checkout_stat_id :integer not null # user_id :integer not null # checkouts_count :integer default(0), not null # created_at :datetime # updated_at :datetime #
Version data entries
64 entries across 64 versions & 2 rubygems