2011-05-07 20:50:39 +02:00
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
|
|
|
2011-05-07 21:55:24 +02:00
|
|
|
|
2009-01-08 16:33:27 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: assignments
|
|
|
|
#
|
2011-05-07 21:55:24 +02:00
|
|
|
# id :integer(4) not null, primary key
|
|
|
|
# user_id :integer(4) default(0), not null
|
|
|
|
# task_id :integer(4) default(0), not null
|
|
|
|
# accepted :boolean(1) default(FALSE)
|
2009-01-08 16:33:27 +01:00
|
|
|
#
|
|
|
|
|