22 lines
576 B
YAML
22 lines
576 B
YAML
# == Schema Information
|
|
# Schema version: 20090114101610
|
|
#
|
|
# Table name: tasks
|
|
#
|
|
# id :integer(4) not null, primary key
|
|
# name :string(255) default(""), not null
|
|
# description :string(255)
|
|
# due_date :date
|
|
# done :boolean(1)
|
|
# workgroup_id :integer(4)
|
|
# assigned :boolean(1)
|
|
# created_on :datetime not null
|
|
# updated_on :datetime not null
|
|
# required_users :integer(4) default(1)
|
|
#
|
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
one:
|
|
id: 1
|
|
two:
|
|
id: 2
|