Skip to content

Create link widget DB table and model

We will add a new table with the columns mentioned below.

  • Table: issuable_resource_links
  • Model: IssuableResourceLinks
Column Type Required? Description
id int primary key Primary key of the record
issue_id reference not null Include the id to parent incident issue
link_text string no Optional text for the link
link string yes Actual link of the resource (slack, zoom, etc.)
link_type int yes Type of the link (zoom, slack, general, etc.)
Edited by Rajendra Kadam