2009-01-08 16:33:27 +01:00
|
|
|
# == Schema Information
|
2009-02-02 16:35:43 +01:00
|
|
|
# Schema version: 20090119155930
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
# Table name: tasks
|
|
|
|
#
|
2009-02-02 16:35:43 +01:00
|
|
|
# id :integer 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-02-02 16:35:43 +01:00
|
|
|
# done :boolean
|
|
|
|
# workgroup_id :integer
|
|
|
|
# assigned :boolean
|
2009-01-08 16:33:27 +01:00
|
|
|
# created_on :datetime not null
|
|
|
|
# updated_on :datetime not null
|
2009-02-02 16:35:43 +01:00
|
|
|
# required_users :integer default(1)
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
|
2009-02-02 16:35:43 +01:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|