annotated
This commit is contained in:
parent
1155f2d1d2
commit
4ecf17cf9a
4 changed files with 4 additions and 2 deletions
|
@ -54,5 +54,6 @@ end
|
|||
# updated_at :datetime
|
||||
# closed :boolean default(FALSE), not null
|
||||
# position :integer default(0)
|
||||
# critical :boolean default(FALSE), not null
|
||||
#
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ end
|
|||
# Table name: notes
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# note :string(255)
|
||||
# note :text
|
||||
# noteable_id :string(255)
|
||||
# noteable_type :string(255)
|
||||
# author_id :integer
|
||||
|
|
|
@ -39,5 +39,6 @@ end
|
|||
# updated_at :datetime
|
||||
# closed :boolean default(FALSE), not null
|
||||
# position :integer default(0)
|
||||
# critical :boolean default(FALSE), not null
|
||||
#
|
||||
|
||||
|
|
|
@ -66,7 +66,7 @@ end
|
|||
# Table name: notes
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# note :string(255)
|
||||
# note :text
|
||||
# noteable_id :string(255)
|
||||
# noteable_type :string(255)
|
||||
# author_id :integer
|
||||
|
|
Loading…
Reference in a new issue