2009-01-08 16:33:27 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: tasks
|
|
|
|
#
|
2009-08-01 13:41:22 +02:00
|
|
|
# id :integer(4) not null, primary key
|
2009-01-08 16:33:27 +01:00
|
|
|
# name :string(255) default(""), not null
|
|
|
|
# description :string(255)
|
|
|
|
# due_date :date
|
2009-08-01 13:41:22 +02:00
|
|
|
# done :boolean(1)
|
|
|
|
# workgroup_id :integer(4)
|
|
|
|
# assigned :boolean(1)
|
2009-01-08 16:33:27 +01:00
|
|
|
# created_on :datetime not null
|
|
|
|
# updated_on :datetime not null
|
2009-08-01 13:41:22 +02:00
|
|
|
# required_users :integer(4) default(1)
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
|
2009-08-01 13:41:22 +02:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|