11 lines
305 B
YAML
11 lines
305 B
YAML
# == Schema Information
|
|
#
|
|
# Table name: assignments
|
|
#
|
|
# 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)
|
|
#
|
|
|
|
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|