46450cebef
Background: sqlite has some problems with decimal option.
22 lines
636 B
YAML
22 lines
636 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
|
|
|
|
# == Schema Information
|
|
#
|
|
# 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) default(FALSE)
|
|
# workgroup_id :integer(4)
|
|
# assigned :boolean(1) default(FALSE)
|
|
# created_on :datetime not null
|
|
# updated_on :datetime not null
|
|
# required_users :integer(4) default(1)
|
|
# weekly :boolean(1)
|
|
# duration :integer(4) default(1)
|
|
#
|
|
|