18 lines
528 B
YAML
18 lines
528 B
YAML
# == Schema Information
|
|
# Schema version: 20090114101610
|
|
#
|
|
# Table name: financial_transactions
|
|
#
|
|
# id :integer(4) not null, primary key
|
|
# ordergroup_id :integer(4) default(0), not null
|
|
# amount :decimal(8, 2) default(0.0), not null
|
|
# note :text default(""), not null
|
|
# user_id :integer(4) default(0), not null
|
|
# created_on :datetime not null
|
|
#
|
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
first:
|
|
id: 1
|
|
another:
|
|
id: 2
|