report_maker


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null
deleted BIT 1 0
date_entered DATETIME 26 null
date_modified DATETIME 26 null
modified_user_id CHAR 36 null
created_by CHAR 36 null
name VARCHAR 50 null
title VARCHAR 50 null
report_align VARCHAR 8 null
description TEXT 65535 null
scheduled BIT 1 0
team_id CHAR 36 null
teams.id Defined in XMLR
team_set_id CHAR 36 null
team_sets_teams.team_set_id Defined in XMLR
team_sets.id Defined in XMLR
acl_team_set_id CHAR 36 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
idx_report_maker_acl_tmst_id Performance Asc/Asc acl_team_set_id + deleted
idx_report_maker_tmst_id Performance Asc/Asc team_set_id + deleted
idx_rmaker Performance Asc/Asc name + deleted

Relationships