Footprints Data Model |
Table |
Name | rpt_visibility_type |
Comment |
A lookup table for report visibility type. Values include: Private, Shared. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
rpt_visibility_type_id | int | The automatically generated primary key of the rpt_visibility_type table. | Yes | No |
rpt_visibility_type_name | varchar(255) | The name of the Report Visibility Type. | No | No |
rpt_visibility_type_descr | varchar(512) |
A descriptive name of the Report Visibility Type. This descriptive name may be localized. |
No | No |