Footprints Data Model

Table
Name publ_error
Comment An error that occurred during publishing.

Column
Name Datatype Comment Is PK Is FK
publ_error_id bigint The automatically generated primary key of the publ_error table. Yes No
publ_log_id bigint A Foreign Key to the Publish Log table. No Yes
error_type_name varchar(10) Error Type Name. No No
location_name varchar(max) Location Name. No No
location_type_name varchar(255) Location Type Name. No No
location_id varchar(36) Location Identifier No No
item_id bigint The value of a Publish Error stored as Long. No No
item_name varchar(max) The name of the item being published. No No
msg varchar(max) Error message. No No