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