reportbuilder_column

0 rows


Description

Table to represent a report column

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
reportid BIGINT 19 0
reportbuilder_report.id repocolu_rep2_fkR
uniqueidentifier VARCHAR 255
aggregation VARCHAR 32 null
heading VARCHAR 255 null
columnorder BIGINT 19 null
sortenabled BIT 1 0
sortdirection BIT 1 null
sortorder BIGINT 19 null
usercreated BIGINT 19 0
user.id repocolu_use3_fkR
usermodified BIGINT 19 0
user.id repocolu_use4_fkR
timecreated BIGINT 19 0
timemodified BIGINT 19 0

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
repocolu_rep_ix Performance Asc reportid
repocolu_use2_ix Performance Asc usermodified
repocolu_use_ix Performance Asc usercreated

Relationships