Class: Task
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Task
- Defined in:
- app/models/task.rb
Overview
Schema Information
Table name: tasks
id :integer not null, primary key
organization_id :integer
user_id :integer
task_name :string(255)
duty_time :time
accept :boolean default(FALSE)
done :boolean default(FALSE)
duty_date :date
created_at :datetime
updated_at :datetime