Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| link_id | INT | 10 | 0 |
|
|
Primary id for this table. This uniquely identifies the row. |
||
| link_description | VARCHAR | 255 | √ | null |
|
|
A description of the link. |
|
| link_visibility | BIT | 1 | √ | 1 |
|
|
Determines if the link is visible or not: {0, 1} |
|
| linktype_id | INT | 10 | √ | 0 |
|
|
Primary id for this table. This uniquely identifies the row. |
|
| linktype_description | VARCHAR | 255 | √ | null |
|
|
A description of the link . |
|
| linktype_target_table | VARCHAR | 255 | √ | null |
|
|
This is the table that the link links to. |
|
| linktype_target_column | VARCHAR | 255 | √ | null |
|
|
This is the column that is used to generate the link. |
|
| link_foreign_id | INT | 10 | √ | null |
|
|
||
| hyperlink | VARCHAR | 255 | √ | null |
|
|
The actual hyperlink. |
|
| placeholder | VARCHAR | 255 | √ | null |
|
|
The part of the link that will be replaced by the value of the target column. |
|
| updated_on | TIMESTAMP | 26 | √ | null |
|
|
When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record. |