DBSchema 21 0 0
DBSchema 21 0 0
tbl_audit_log [table]
tbl_print_hardware_check [table] audit_log_id int8 not null
print_hardware_check_id int8 not null action varchar(20) not null
check_date timestamp not null entity_type varchar(255) not null
status varchar(6) not null entity_id int8 not null
check_method varchar(20) not null entity_name varchar(255) not null
check_message varchar(255) modified_date timestamp not null
check_total_pages int4 not null property_name varchar(255) not null
check_color_pages int4 not null previous_value varchar(1000)
check_cost float8(17, 17) not null modified_value varchar(1000)
orig_total_pages int4 not null modified_by_id int8 not null
orig_color_pages int4 not null modified_by_name varchar(255) not null
orig_color_pages_estimated bpchar(1) not null
orig_cost float8(17, 17) not null
tbl_application_log [table]
adjustment_applied_date timestamp
application_log_id int8 not null
adjustment_applied_by varchar(50)
log_date timestamp not null
server_name varchar(255)
tbl_notification_settings [table] log_level varchar(20) not null
id int8 not null message varchar(2000) not null
type_name varchar(64) not null
message_template varchar(1000)
tbl_notification_subscription [table] tbl_notification_subscriber [table]
threshold int4
id int8 not null subscription_id int8 not null
max_age_days int4
notification_settings_id int8 not null email varchar(255) not null
only_send_if_new bpchar(1)
schedule_type varchar(8) printer_group_id int8
enabled bpchar(1) not null
tbl_printer_group [table]
printer_group_id int8 not null
group_name varchar(255) not null
display_name varchar(255) not null
created_date timestamp not null
created_by varchar(50) not null
modified_date timestamp not null
modified_by varchar(50) not null
modified_ticks int8 not null