annotate models
This commit is contained in:
parent
a8870e87e4
commit
2a4359a572
15 changed files with 86 additions and 57 deletions
|
@ -2,12 +2,12 @@
|
|||
#
|
||||
# Table name: milestones
|
||||
#
|
||||
# id :integer(4) not null, primary key
|
||||
# id :integer not null, primary key
|
||||
# title :string(255) not null
|
||||
# project_id :integer(4) not null
|
||||
# project_id :integer not null
|
||||
# description :text
|
||||
# due_date :date
|
||||
# closed :boolean(1) default(FALSE), not null
|
||||
# closed :boolean default(FALSE), not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue