Annotated
This commit is contained in:
parent
dc33f71b18
commit
41e53eb980
28 changed files with 225 additions and 2 deletions
|
@ -163,3 +163,4 @@ end
|
|||
# action :integer
|
||||
# author_id :integer
|
||||
#
|
||||
|
||||
|
|
|
@ -34,3 +34,4 @@ end
|
|||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
|
||||
|
|
|
@ -49,3 +49,4 @@ end
|
|||
# description :text
|
||||
# milestone_id :integer
|
||||
#
|
||||
|
||||
|
|
|
@ -81,3 +81,4 @@ end
|
|||
# identifier :string(255)
|
||||
# project_id :integer
|
||||
#
|
||||
|
||||
|
|
|
@ -202,8 +202,9 @@ end
|
|||
# closed :boolean default(FALSE), not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# st_commits :text(2147483647
|
||||
# st_diffs :text(2147483647
|
||||
# st_commits :text(4294967295
|
||||
# st_diffs :text(4294967295
|
||||
# merged :boolean default(FALSE), not null
|
||||
# state :integer default(1), not null
|
||||
#
|
||||
|
||||
|
|
|
@ -39,3 +39,4 @@ end
|
|||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
|
||||
|
|
|
@ -118,3 +118,4 @@ end
|
|||
# attachment :string(255)
|
||||
# line_code :string(255)
|
||||
#
|
||||
|
||||
|
|
|
@ -13,3 +13,4 @@ end
|
|||
# updated_at :datetime not null
|
||||
# type :string(255) default("ProjectHook")
|
||||
#
|
||||
|
||||
|
|
|
@ -29,3 +29,4 @@ end
|
|||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
|
||||
|
|
|
@ -63,3 +63,4 @@ end
|
|||
# file_name :string(255)
|
||||
# expires_at :datetime
|
||||
#
|
||||
|
||||
|
|
|
@ -21,3 +21,4 @@ end
|
|||
# updated_at :datetime not null
|
||||
# type :string(255) default("ProjectHook")
|
||||
#
|
||||
|
||||
|
|
|
@ -113,3 +113,4 @@ end
|
|||
# extern_uid :string(255)
|
||||
# provider :string(255)
|
||||
#
|
||||
|
||||
|
|
|
@ -102,3 +102,4 @@ end
|
|||
# updated_at :datetime not null
|
||||
# project_access :integer default(0), not null
|
||||
#
|
||||
|
||||
|
|
|
@ -34,3 +34,4 @@ end
|
|||
# updated_at :datetime not null
|
||||
# type :string(255) default("ProjectHook")
|
||||
#
|
||||
|
||||
|
|
|
@ -46,3 +46,4 @@ end
|
|||
# slug :string(255)
|
||||
# user_id :integer
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue