Sha256: d04a63a4900a99a19ea738f6c05bf17f12f84aaaf6fef9a025c99f7cb831b27d
Contents?: true
Size: 741 Bytes
Versions: 8
Compression:
Stored size: 741 Bytes
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html order_list_00001: id: 1 bookstore_id: 1 user_id: 1 title: MyText note: MyText order_list_00002: id: 2 bookstore_id: 2 user_id: 1 title: MyText note: MyText order_list_00003: id: 3 bookstore_id: 3 user_id: 2 title: MyText note: MyText # == Schema Information # # Table name: order_lists # # id :integer not null, primary key # user_id :integer not null # bookstore_id :integer not null # title :text not null # note :text # ordered_at :datetime # deleted_at :datetime # created_at :datetime not null # updated_at :datetime not null #
Version data entries
8 entries across 8 versions & 1 rubygems