| # == Schema Information |
| # Schema version: 1 |
| # |
| # Table name: checkouts |
| # |
| # id :integer(11) not null, primary key |
| # user_id :integer(10) default(0), not null |
| # site_id :integer(10) |
| # page_id :integer(10) |
| # version_id :integer(10) default(0), not null |
| # baseline_id :integer(10) default(0), not null |
| # created_on :datetime |
| # updated_on :datetime |
| # |
| |
| # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html |
| #first_checkout: |
| # id: 1 |
| #another_checkout: |
| # id: 2 |
| #cr2: |
| # id: 2 |
| # user_id: 5 |
| # site_id: 8 |
| # page_id: 7 |
| # version_id: 14 |
| # baseline_id: 1 |
| # created_on: "2006-03-29 20:55:52" |
| # created_on: "2006-03-29 20:55:52" |